File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
docker : node:18-alpine
66
66
docker_cmd :
67
67
apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
68
- musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild
68
+ musl-dev && npm i -g pnpm && pnpm install && pnpm run build. prebuild
69
69
node_version : 18
70
70
node_arch : x64
71
71
ARCH : x64
@@ -133,7 +133,7 @@ jobs:
133
133
134
134
- name : Prebuild
135
135
if : ${{ !matrix.docker }}
136
- run : pnpm run prebuild
136
+ run : pnpm run build. prebuild
137
137
138
138
- name : Prebuild Docker
139
139
if : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 88
88
"build.js" : " run-p build.script build.library" ,
89
89
"build.doc" : " typedoc --options ./typedoc.json && minify-all -s docs-raw -d docs --jsCompressor terser" ,
90
90
"deploy.doc" : " run-s build.doc && gh-pages --dist \" ./docs\" " ,
91
- "prebuild" : " run-s build.js && node ./script/prebuild.mjs" ,
91
+ "build. prebuild" : " run-s build.js && node ./script/prebuild.mjs" ,
92
92
"build.native" : " node-gyp configure --release && node-gyp configure --release -- -f compile_commands_json && node-gyp build --release" ,
93
93
"build.native.debug" : " node-gyp configure --debug && node-gyp configure --debug -- -f compile_commands_json && cross-env CMAKE_BUILD_TYPE=Debug node-gyp build --debug" ,
94
94
"build" : " run-s build.js build.native" ,
You can’t perform that action at this time.
0 commit comments