Make sure the package-lock.json file is removed.

This commit is contained in:
Dave Page 2019-08-07 11:07:10 +01:00
parent 4067d65a30
commit b9d5e08e8f

View File

@ -26,6 +26,7 @@ install-node:
cd web && yarn import
cd web && yarn audit
rm -f package-lock.json
rm -f web/package-lock.json
bundle:
cd web && yarn run bundle