Sfoglia il codice sorgente

Add recipe for package-lock.json

JC Brand 5 anni fa
parent
commit
7ee6152c0b
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      Makefile

+ 3 - 0
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