Skip to content

Commit f7769d7

Browse files
committed
chore(build): add watch task
1 parent 647ea50 commit f7769d7

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
@@ -25,6 +25,7 @@
2525
"scripts": {
2626
"eslint": "eslint 'src/**/*.ts'",
2727
"build": "tsc -p .",
28+
"watch": "tsc -w -p .",
2829
"package-schema": "download http://json.schemastore.org/package | json2ts | prettier --parser typescript > src/package-schema.ts",
2930
"travis-schema": "download http://json.schemastore.org/travis | json2ts | prettier --parser typescript > src/travis-schema.ts",
3031
"tsconfig-schema": "download http://json.schemastore.org/tsconfig | json2ts | prettier --parser typescript > src/tsconfig-schema.ts",

0 commit comments

Comments
 (0)