Commit 7ee6152c authored by JC Brand's avatar JC Brand

Add recipe for package-lock.json

parent 47ac7e71
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment