File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ cat << "EOF"
92
92
- .\scripts\choco-install.ps1
93
93
- refreshenv
94
94
- npm install --ignore-scripts
95
- - $env:Path = "$(npm bin) ;" + $env:Path
95
+ - $env:Path = "$(npm root)\.bin ;" + $env:Path
96
96
- npm test -- --ci --coverage --shard="$CI_NODE_INDEX/$CI_NODE_TOTAL"
97
97
artifacts:
98
98
when: always
@@ -120,7 +120,7 @@ cat << "EOF"
120
120
- ./scripts/brew-install.sh
121
121
- hash -r
122
122
- npm install --ignore-scripts
123
- - export PATH="$(npm bin) :$PATH"
123
+ - export PATH="$(npm root)/.bin :$PATH"
124
124
- npm test -- --ci --coverage --shard="$CI_NODE_INDEX/$CI_NODE_TOTAL"
125
125
artifacts:
126
126
when: always
Original file line number Diff line number Diff line change 32
32
mkdir --parents "$(pwd)/tmp"
33
33
34
34
# Built executables and NPM executables
35
- export PATH="$(pwd)/dist/bin:$(npm bin) :$PATH"
35
+ export PATH="$(pwd)/dist/bin:$(npm root)/.bin :$PATH"
36
36
37
37
npm install --ignore-scripts
38
38
You can’t perform that action at this time.
0 commit comments