File tree 3 files changed +4
-4
lines changed
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
10
10
cp ./JavaScriptKitExample/.build/debug/JavaScriptKitExample $@
11
11
12
12
node_modules :
13
- npm install
13
+ npm ci
14
14
build : node_modules dist/JavaScriptKitExample.wasm
15
15
cd ../Runtime && npm run build
16
16
npm run build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dist/%.wasm: TestSuites/.build/$(CONFIGURATION)/%.wasm
12
12
cp $< $@
13
13
14
14
node_modules : package-lock.json
15
- npm install
15
+ npm ci
16
16
17
17
.PHONY : build_rt
18
18
build_rt : node_modules
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
3
3
.PHONY : bootstrap
4
4
bootstrap :
5
5
./scripts/install-toolchain.sh
6
- npm install
6
+ npm ci
7
7
8
8
.PHONY : build
9
9
build :
@@ -26,4 +26,4 @@ run_benchmark:
26
26
27
27
.PHONY : perf-tester
28
28
perf-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