Skip to content

Commit

Permalink
chore: Add build script for server
Browse files Browse the repository at this point in the history
  • Loading branch information
builtbysuraj committed Mar 1, 2024
1 parent 39de5ae commit 9dbb42c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "node index.js",
"start": "ts-node src/index.ts",
"build": "tsc",
"vercel-build": "echo hello",
"format": "prettier --write ./src",
"check-format": "prettier --check ./src",
"check-types": "tsc --pretty --noEmit"
Expand Down

0 comments on commit 9dbb42c

Please sign in to comment.