Skip to content

Commit a4bf0b9

Browse files
authored
Update Makefile
1 parent 74fd634 commit a4bf0b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/peacock/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ dev d:
66
export eval `cat .env` && yarn dev
77

88
setup: clean
9-
NODE_ENV=development npm install
9+
yarn --pure-lockfile
10+
rm -rf node_modules/@foxcomm/api-js
11+
npm install
1012

1113
build: setup
1214
test -f .env && export eval `cat .env` || true && NODE_ENV=production ./node_modules/.bin/gulp build

0 commit comments

Comments
 (0)