Skip to content

Commit

Permalink
yt debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
qridwan committed May 18, 2023
1 parent f91329d commit 5510048
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 193 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dev": "ts-node-dev --respawn --transpile-only --project server/tsconfig.json server/server.ts",
"server": "node buildServer/server.js",
"pm2": "pm2 start buildServer/server.js",
"deploy": "git fetch && git reset --hard origin/release && pm2 flush && pm2 reload buildServer/ecosystem.config.js",
"deploy": "sh /gcp_deploy.sh",
"prettier": "prettier --write .",
"typecheck": "tsc --project server/tsconfig.json --noEmit",
"ncu": "ncu --semverLevel major -u",
Expand Down
Loading

0 comments on commit 5510048

Please sign in to comment.