Skip to content

Commit

Permalink
Merge pull request #43 from PengTian0/master
Browse files Browse the repository at this point in the history
set cache directory when run npm install
  • Loading branch information
benbp authored Jun 21, 2016
2 parents e50067e + c94c66a commit 87a19a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HWIMO-BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pushd packagebuild
cp ../package.json .

rm -rf node_modules
npm install
npm install --cache=`pwd`
npm prune --production
git log -n 1 --pretty=format:%h.%ai.%s > commitstring.txt

Expand Down

0 comments on commit 87a19a4

Please sign in to comment.