Skip to content

Commit

Permalink
Ensure installation script also runs npm install for the UI before de…
Browse files Browse the repository at this point in the history
…ploying

Change-Id: I952f6bacd8fcba7711801c4e10e86973a1cb5e96
  • Loading branch information
mohabfekry committed May 6, 2024
1 parent d86a94e commit 10d2131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"build": "tsc",
"start": "npm install && npm run build && node dist/index.js",
"deploy-ui": "cd ui && npm run deploy",
"deploy-service": "cd service && ./deploy.sh"
"deploy-service": "cd service && ./deploy.sh",
"postinstall": "cd ui && npm install"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 10d2131

Please sign in to comment.