From c3f0ee5c97534fdfe648322c31ce123ccbddacc8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 29 Jun 2020 16:45:43 +1000 Subject: [PATCH] fix initial build: don't depend on package-lock.json --- ts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Makefile b/ts/Makefile index adb8bee89..af288bf55 100644 --- a/ts/Makefile +++ b/ts/Makefile @@ -41,7 +41,7 @@ develop: .build/build npm run build @touch $@ -.build/npm: package.json package-lock.json +.build/npm: package.json npm i touch $@