Browse Source

Use npm ci in Makefile

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v19.0.0beta1
Julius Härtl 4 years ago
parent
commit
b595d86e96
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -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

Loading…
Cancel
Save