diff --git a/package.json b/package.json index eea742b..c82ab07 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ng:serve": "ng serve -c web -o", "setEnv": "node ./scripts/set-env.js", "build-visu": "cd ../visualization-component && yarn build:webcomponents", - "quickbuild-visu": "cd ../visualization-component && yarn quickbuild:webcomponents", + "quickbuild-visu": "cd ../visualization-component && yarn install --force && yarn quickbuild:webcomponents", "build": "npm run electron:serve-tsc && ng build --base-href ./", "build:dev": "npm run build -- -c dev", "build:prod": "npm run build -- -c production && npm run removeMocks",