Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit fcb6f5e

Browse files
committed
added build:watch
1 parent 944ced0 commit fcb6f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"scripts": {
1717
"clean": "rm -rf dist && rm -rf out",
1818
"build": "tsc",
19+
"build:watch": "tsc --watch",
1920
"rebuild": "npm run clean && npm run build",
2021
"test": "jest",
2122
"posttest": "npm run lint",

0 commit comments

Comments
 (0)