File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dist/JavaScriptKitExample.wasm: JavaScriptKitExample
1010 cp ./JavaScriptKitExample/.build/debug/JavaScriptKitExample $@
1111
1212node_modules :
13- npm install
13+ npm ci
1414build : node_modules dist/JavaScriptKitExample.wasm
1515 cd ../Runtime && npm run build
1616 npm run build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dist/%.wasm: TestSuites/.build/$(CONFIGURATION)/%.wasm
1212 cp $< $@
1313
1414node_modules : package-lock.json
15- npm install
15+ npm ci
1616
1717.PHONY : build_rt
1818build_rt : node_modules
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
33.PHONY : bootstrap
44bootstrap :
55 ./scripts/install-toolchain.sh
6- npm install
6+ npm ci
77
88.PHONY : build
99build :
@@ -26,4 +26,4 @@ run_benchmark:
2626
2727.PHONY : perf-tester
2828perf-tester :
29- cd ci/perf-tester && npm install
29+ cd ci/perf-tester && npm ci
You can’t perform that action at this time.
0 commit comments