We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af051ff commit 89a7281Copy full SHA for 89a7281
.circleci/config.yml
@@ -63,9 +63,9 @@ commands:
63
run_test_bundlers:
64
description: rerun unit tests on webpack and browserify bundled files
65
steps:
66
- - run: npm install -g browserify webpack webpack-cli
+ - run: npm install browserify webpack webpack-cli
67
- run: |
68
- export PATH=$PATH:../.npm-global/bin
+ export PATH=$PATH:$PWD/node_modules/.bin
69
node ./scripts/run-module-bundlers-smoketests.js
70
71
run_xephyr:
0 commit comments