File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ build:windows:
149
149
- choco install python --version=3.9.12 -y
150
150
- refreshenv
151
151
script :
152
- - npm config set msvs_version 2019
152
+ - npm config set msvs_version 2019 --location project
153
153
- npm install --ignore-scripts
154
154
- $env:Path = "$(npm bin);" + $env:Path
155
155
- npm run build --verbose
Original file line number Diff line number Diff line change
1
+ # Enables npm link
2
+ prefix = ~/.npm
3
+ # Use all cores during node-gyp compilation
4
+ jobs = max
Original file line number Diff line number Diff line change @@ -22,15 +22,9 @@ mkShell {
22
22
# Built executables and NPM executables
23
23
export PATH="$(pwd)/dist/bin:$(npm bin):$PATH"
24
24
25
- # Enables npm link
26
- export npm_config_prefix=~/.npm
27
-
28
25
# Path to headers used by node-gyp for native addons
29
26
export npm_config_nodedir="${ nodejs } "
30
27
31
- # Use all cores during node-gyp compilation
32
- export npm_config_jobs=max
33
-
34
28
# Verbose logging of the Nix compiler wrappers
35
29
export NIX_DEBUG=1
36
30
You can’t perform that action at this time.
0 commit comments