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

Commit e8db803

Browse files
committed
Merge remote-tracking branch 'node-ts-sapling/master'
2 parents 1bc1b70 + fcb6f5e commit e8db803

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)