aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lowjs/use-npm-ci.patch
blob: d57ef22e81073dfdc5ad793888de218928f6e2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
See https://docs.npmjs.com/cli/ci.html

--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@
 	cp util/root-certs.json lib/internal
 	touch lib/BUILT
 node_modules/BUILT: package.json
-	npm install
+	npm ci
 	touch node_modules/BUILT
 
 deps/duktape/src-low/duktape.c: $(shell find deps/duktape/src-input)