Skip to content

Commit

Permalink
chore(build): add watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Apr 19, 2020
1 parent 647ea50 commit f7769d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"eslint": "eslint 'src/**/*.ts'",
"build": "tsc -p .",
"watch": "tsc -w -p .",
"package-schema": "download http://json.schemastore.org/package | json2ts | prettier --parser typescript > src/package-schema.ts",
"travis-schema": "download http://json.schemastore.org/travis | json2ts | prettier --parser typescript > src/travis-schema.ts",
"tsconfig-schema": "download http://json.schemastore.org/tsconfig | json2ts | prettier --parser typescript > src/tsconfig-schema.ts",
Expand Down

0 comments on commit f7769d7

Please sign in to comment.