diff --git a/Makefile b/Makefile index 0b4d1a7fd..9dbb3d00f 100644 --- a/Makefile +++ b/Makefile @@ -24,16 +24,7 @@ appbundle: ./pkg/mac/build.sh install-node: - cd web && npm install - cd web && npm audit fix - rm -f web/yarn.lock - cd web && yarn import -# Commented the below line to avoid vulnerability in lodash package. -# Refer https://www.npmjs.com/advisories/1523. -# Once fixed we will uncomment it. -# cd web && yarn audit - rm -f package-lock.json - rm -f web/package-lock.json + cd web && yarn install bundle: cd web && yarn run bundle