Skip to content

Commit

Permalink
build: improve make test-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed May 1, 2015
1 parent 30b7349 commit a8b6cbe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,10 @@ test-npm: $(NODE_EXE)
cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
npm_config_prefix="$(shell pwd)/npm-prefix" \
npm_config_tmp="$(shell pwd)/npm-tmp" \
../../$(NODE_EXE) cli.js install --ignore-scripts
cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
npm_config_prefix="$(shell pwd)/npm-prefix" \
npm_config_tmp="$(shell pwd)/npm-tmp" \
../../$(NODE_EXE) cli.js install --ignore-scripts && \
../../$(NODE_EXE) cli.js run-script test-all && \
../../$(NODE_EXE) cli.js prune --prod && \
rm -rf node_modules/.bin && \
cd ../.. && \
rm -rf npm-cache npm-tmp npm-prefix

Expand Down

0 comments on commit a8b6cbe

Please sign in to comment.