Skip to content

Commit

Permalink
fix: scripts to build
Browse files Browse the repository at this point in the history
  • Loading branch information
SSameer20 committed Dec 16, 2024
1 parent cf4577c commit f66335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Node server for handling backend",
"main": "index.js",
"scripts": {
"build": "tsc",
"build": "tsc -b",
"start": "tsc -b && node ./dist/index.js",
"dev": "tsc -b && node ./dist/index.js"
},
Expand Down

0 comments on commit f66335e

Please sign in to comment.