Skip to content

Commit 77f2541

Browse files
committed
build: add start package script
1 parent e5d5a83 commit 77f2541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"format": "node src format",
2121
"validate": "node src validate",
2222
"commit": "node src commit",
23-
"ci-after-success": "node src ci-after-success"
23+
"ci-after-success": "node src ci-after-success",
24+
"start": "run-p start:*",
25+
"start:source": "yarn build:source --watch",
26+
"start:types": "tsc -b -w --preserveWatchOutput src/"
2427
},
2528
"husky": {
2629
"hooks": {

0 commit comments

Comments
 (0)