Skip to content

Commit

Permalink
Merge pull request #128 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 committed Jun 21, 2016
2 parents 0f0bc19 + 1661aae commit 328f834
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 --production
npm install --production --cache=`pwd`
git log -n 1 --pretty=format:%h.%ai.%s > commitstring.txt

GITCOMMITDATE=$(git show -s --pretty="format:%ci")
Expand Down

0 comments on commit 328f834

Please sign in to comment.