clients/js: don't do npm install in Makefile
Change-Id: If0374d98a753753ce6559cb7392201b69e056099
This commit is contained in:
parent
e47f9e481e
commit
a6f75f1aef
|
@ -3,9 +3,6 @@ SOURCE_FILES:=$(shell find . -name "*.ts" -not -path "./node_modules/*")
|
|||
.PHONY: all
|
||||
all: build
|
||||
|
||||
package-lock.json: package.json
|
||||
npm install
|
||||
|
||||
node_modules: package-lock.json
|
||||
@touch -m node_modules
|
||||
npm ci
|
||||
|
|
Loading…
Reference in New Issue