From 7ee6152c0b90cc0ef3654fdfb94e1011801a4d1c Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 20 Sep 2019 09:55:33 +0200 Subject: [PATCH] Add recipe for package-lock.json --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 04e6e3139..2974df050 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,9 @@ postrelease: $(LERNA): npm install lerna +package-lock.json: package.json + npm install + stamp-npm: $(LERNA) package.json package-lock.json src/headless/package.json npm run lerna touch stamp-npm