Преглед изворни кода

Use npm ci in Makefile

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v19.0.0beta1
Julius Härtl пре 4 година
родитељ
комит
b595d86e96
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Makefile

+ 1
- 1
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…
Откажи
Сачувај