Skip to content

Commit

Permalink
chore: drop -g from npm install in ci config (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W authored Apr 16, 2024
1 parent af051ff commit 89a7281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ commands:
run_test_bundlers:
description: rerun unit tests on webpack and browserify bundled files
steps:
- run: npm install -g browserify webpack webpack-cli
- run: npm install browserify webpack webpack-cli
- run: |
export PATH=$PATH:../.npm-global/bin
export PATH=$PATH:$PWD/node_modules/.bin
node ./scripts/run-module-bundlers-smoketests.js
run_xephyr:
Expand Down

0 comments on commit 89a7281

Please sign in to comment.