We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
start
1 parent e5d5a83 commit 77f2541Copy full SHA for 77f2541
package.json
@@ -20,7 +20,10 @@
20
"format": "node src format",
21
"validate": "node src validate",
22
"commit": "node src commit",
23
- "ci-after-success": "node src ci-after-success"
+ "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/"
27
},
28
"husky": {
29
"hooks": {
0 commit comments