1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 19:59:55 +03:00
aports/testing/lowjs/use-npm-ci.patch
2019-12-25 20:30:55 +01:00

13 lines
301 B
Diff

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)