Skip to content

Commit 89a7281

Browse files
authored
chore: drop -g from npm install in ci config (#597)
1 parent af051ff commit 89a7281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ commands:
6363
run_test_bundlers:
6464
description: rerun unit tests on webpack and browserify bundled files
6565
steps:
66-
- run: npm install -g browserify webpack webpack-cli
66+
- run: npm install browserify webpack webpack-cli
6767
- run: |
68-
export PATH=$PATH:../.npm-global/bin
68+
export PATH=$PATH:$PWD/node_modules/.bin
6969
node ./scripts/run-module-bundlers-smoketests.js
7070
7171
run_xephyr:

0 commit comments

Comments
 (0)