Skip to content

Commit 12eeb14

Browse files
committed
Add run scripts
1 parent c0a3bcf commit 12eeb14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.1.0",
44
"main": "index.js",
55
"scripts": {
6+
"build": "tsc",
7+
"start": "node dist/index.js",
8+
"dev": "ts-node src/index.ts",
9+
"type-check": "tsc --noEmit",
610
"test": "echo \"Error: no test specified\" && exit 1"
711
},
812
"keywords": [],

0 commit comments

Comments
 (0)