Merge pull request #19518 from nextcloud/bugfix/makefile-npm-ci
Use npm ci in Makefile
This commit is contained in:
commit
78a9ea5c73
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue