Skip to content

Commit 9f6c968

Browse files
committed
chore: added npm run watch
1 parent 0be2ac7 commit 9f6c968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"dev": "nodemon src/test.ts",
9-
"build": "tsc"
9+
"build": "tsc",
10+
"watch": "tsc --watch"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)