Merge pull request #19518 from nextcloud/bugfix/makefile-npm-ci

Use npm ci in Makefile
This commit is contained in:
Christoph Wurst 2020-02-21 17:46:10 +01:00 committed by GitHub
commit 78a9ea5c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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