mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Don't update packages on npm-init or dev-setup
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
1ff7a28cd2
commit
4c0f97bb08
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ lint-fix:
|
|||
npm run lint:fix
|
||||
|
||||
npm-init:
|
||||
npm install
|
||||
npm ci
|
||||
|
||||
npm-update:
|
||||
npm update
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue