Skip to content

Commit

Permalink
adding the build script to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyg37 committed Apr 2, 2024
1 parent 4b76100 commit 73db0a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"scripts": {
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "mocha --require ts-node/register ./src/**/*.test.ts"
"test": "mocha --require ts-node/register ./src/**/*.test.ts",
"build": "tsc"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 73db0a5

Please sign in to comment.