We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b7349 commit a8b6cbeCopy full SHA for a8b6cbe
Makefile
@@ -143,12 +143,10 @@ test-npm: $(NODE_EXE)
143
cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
144
npm_config_prefix="$(shell pwd)/npm-prefix" \
145
npm_config_tmp="$(shell pwd)/npm-tmp" \
146
- ../../$(NODE_EXE) cli.js install --ignore-scripts
147
- cd deps/npm ; npm_config_cache="$(shell pwd)/npm-cache" \
148
- npm_config_prefix="$(shell pwd)/npm-prefix" \
149
- npm_config_tmp="$(shell pwd)/npm-tmp" \
+ ../../$(NODE_EXE) cli.js install --ignore-scripts && \
150
../../$(NODE_EXE) cli.js run-script test-all && \
151
../../$(NODE_EXE) cli.js prune --prod && \
+ rm -rf node_modules/.bin && \
152
cd ../.. && \
153
rm -rf npm-cache npm-tmp npm-prefix
154
0 commit comments