Skip to content

Commit 761daef

Browse files
committed
Add watch incremental build npm script
1 parent b8ce6c1 commit 761daef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodejs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"declaration": "./dist/index.d.ts",
77
"scripts": {
88
"build": "tsc -d",
9+
"watch": "tsc -w",
910
"prepublishOnly": "npm run build"
1011
},
1112
"keywords": [

0 commit comments

Comments
 (0)