diff --git a/Makefile b/Makefile index f9b516584..bcfdf7418 100644 --- a/Makefile +++ b/Makefile @@ -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