Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
chore: add start script [TS] (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 authored Oct 13, 2022
1 parent c8539f3 commit aba371a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc",
"start": "tsc && node ./dist/index.js"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit aba371a

Please sign in to comment.