Commit 2f05b3b9 authored by Rais Aryaguna's avatar Rais Aryaguna

update package.json

parent 7a304fc7
...@@ -22,7 +22,13 @@ ...@@ -22,7 +22,13 @@
"tsc:dev": "yarn dev & yarn tsc:watch", "tsc:dev": "yarn dev & yarn tsc:watch",
"tsc:watch": "tsc --noEmit --watch", "tsc:watch": "tsc --noEmit --watch",
"tsc:print": "npx tsc --showConfig", "tsc:print": "npx tsc --showConfig",
"serve:web": "npm install && npm run build && pm2 startOrRestart ecosystem.config.cjs --env production" "serve:web": "npm install && npm run build && pm2 startOrRestart ecosystem.config.cjs --env production",
"deploy:prod": "node ./scripts/zero-dowtime/deploy.js production",
"deploy:dev": "node ./scripts/zero-dowtime/deploy.js development",
"health": "node ./scripts/zero-dowtime/utils.js health-check",
"rollback": "node ./scripts/zero-dowtime/utils.js development",
"status": "node ./scripts/zero-dowtime/utils.js development",
"utils": "node ./scripts/zero-dowtime/utils.js"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment