Browse Source
Use npm ci in Makefile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/19518/head
Julius Härtl
6 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
|
@ -4,7 +4,7 @@ all: clean dev-setup build-js-production |
|
|
|
dev-setup: clean clean-dev npm-init |
|
|
|
|
|
|
|
npm-init: |
|
|
|
npm install |
|
|
|
npm ci |
|
|
|
|
|
|
|
npm-update: |
|
|
|
npm update |
|
|
|
|