Skip to content

Commit

Permalink
Don't emit transpiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed Apr 2, 2024
1 parent e6b170b commit f97ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "",
"license": "ISC",
"scripts": {
"start": "tsc-watch --onSuccess \"tsx ./src/index.ts\"",
"start": "tsc-watch --noEmit --onSuccess \"tsx ./src/index.ts\"",
"test": "vitest",
"coverage": "vitest --coverage",
"build": "tsc",
Expand Down

0 comments on commit f97ccae

Please sign in to comment.