Skip to content

Commit

Permalink
Update quickbuild-visu
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed May 29, 2024
1 parent bff337a commit 88e7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 88e7dbe

Please sign in to comment.