We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm bin
npm root
1 parent b3052d3 commit 2f8d9c7Copy full SHA for 2f8d9c7
.gitlab-ci.yml
@@ -169,7 +169,7 @@ build:windows:
169
- .\scripts\choco-install.ps1
170
- refreshenv
171
- npm install --ignore-scripts
172
- - $env:Path = "$(npm bin);" + $env:Path
+ - $env:Path = "$(npm root)\.bin;" + $env:Path
173
- npm test -- --ci --coverage
174
- npm run bench
175
artifacts:
@@ -199,7 +199,7 @@ build:macos:
199
- ./scripts/brew-install.sh
200
- hash -r
201
202
- - export PATH="$(npm bin):$PATH"
+ - export PATH="$(npm root)/.bin:$PATH"
203
204
205
0 commit comments