From 88e7dbe42d318c6a06f4d1f4f80ab842ea7435e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bouget?= Date: Wed, 29 May 2024 10:28:11 +0200 Subject: [PATCH] Update quickbuild-visu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",