File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,10 @@ jobs:
124
124
timeout_minutes : 15
125
125
max_attempts : 1
126
126
command : |
127
+ pnpm run clean
127
128
pnpm run test.skip_gc_tests
128
129
129
130
- name : Tests + GC Tests (Release)
130
131
run : |
132
+ pnpm run clean
131
133
pnpm run test
Original file line number Diff line number Diff line change 76
76
],
77
77
"scripts" : {
78
78
"install" : " node-gyp-build" ,
79
- "clean" : " shx rm -rf build lib libzmq tmp zmq prebuilds && shx mkdir -p tmp && shx touch tmp/.gitkeep" ,
79
+ "clean" : " shx rm -rf ./build ./lib/ ./prebuilds" ,
80
+ "clean.temp" : " shx rm -rf ./tmp && shx mkdir -p tmp && shx touch tmp/.gitkeep" ,
80
81
"build.js" : " tsc --project tsconfig-build.json && node script/ci/downlevel-dts.js" ,
81
82
"build.doc" : " typedoc --out docs --name zeromq.js --excludeProtected --excludePrivate --excludeNotExported --excludeExternals --externalPattern 'src/+(draft|native|compat).ts' --tsconfig tsconfig-build.json --mode file" ,
82
83
"prebuild" : " ts-node -P ./tsconfig.json ./script/prebuild.ts" ,
You can’t perform that action at this time.
0 commit comments