clients/js: don't do npm install in Makefile

Change-Id: If0374d98a753753ce6559cb7392201b69e056099
This commit is contained in:
Paul Noel 2022-08-18 14:41:46 +00:00 committed by Paul Noel
parent e47f9e481e
commit a6f75f1aef
1 changed files with 0 additions and 3 deletions

View File

@ -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