Skip to content

Commit

Permalink
Add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Dec 27, 2020
1 parent d18609c commit 498bb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
},
"main": "out/index.js",
"scripts": {
"start": "node out/index.js",
"postinstall": "tsc",
"watch:ts": "tsc --watch",
"watch:node": "nodemon dist/index.js",
"watch:node": "nodemon out/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand Down

0 comments on commit 498bb0d

Please sign in to comment.