File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
path : " /home/runner/.cargo/bin/viceroy"
139
139
key : crate-cache-viceroy-${{ env.viceroy_version }}
140
140
141
- - run : SKIP_BUILD=1 npm ci
141
+ - run : npm ci
142
142
143
143
- name : Build WPT runtime
144
144
run : |
@@ -228,7 +228,7 @@ jobs:
228
228
with :
229
229
name : engine-${{ matrix.profile }}
230
230
231
- - run : SKIP_BUILD=1 npm ci
231
+ - run : npm ci
232
232
233
233
- name : js-compute Integration Tests Job
234
234
timeout-minutes : 20
@@ -280,7 +280,7 @@ jobs:
280
280
runs-on : ubuntu-latest
281
281
steps :
282
282
- uses : actions/checkout@v2
283
- - run : SKIP_BUILD=1 npm ci
283
+ - run : npm ci
284
284
shell : bash
285
285
- run : npm run test:types
286
286
Original file line number Diff line number Diff line change 31
31
"docs" : " npm run docs:clean && npm run docs:typedoc" ,
32
32
"docs:clean" : " rm -rf reference-docs" ,
33
33
"docs:typedoc" : " typedoc --theme ./node_modules/typedoc-loopingz-theme/bin/default --disableSources --includeVersion --out reference-docs --tsconfig tsconfig.json --readme none --exclude index.test-d.ts index.d.ts" ,
34
- "build" : " make -C ./c-dependencies/js-compute-runtime && cp ./c-dependencies/js-compute-runtime/js-compute-runtime.wasm ." ,
35
- "prepare" : " [[ -z \" ${SKIP_BUILD}\" ]] && npm run build"
34
+ "build" : " make -C ./c-dependencies/js-compute-runtime && cp ./c-dependencies/js-compute-runtime/js-compute-runtime.wasm ."
36
35
},
37
36
"devDependencies" : {
38
37
"eslint" : " ^8.27.0" ,
You can’t perform that action at this time.
0 commit comments