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.
1 parent 647ea50 commit f7769d7Copy full SHA for f7769d7
package.json
@@ -25,6 +25,7 @@
25
"scripts": {
26
"eslint": "eslint 'src/**/*.ts'",
27
"build": "tsc -p .",
28
+ "watch": "tsc -w -p .",
29
"package-schema": "download http://json.schemastore.org/package | json2ts | prettier --parser typescript > src/package-schema.ts",
30
"travis-schema": "download http://json.schemastore.org/travis | json2ts | prettier --parser typescript > src/travis-schema.ts",
31
"tsconfig-schema": "download http://json.schemastore.org/tsconfig | json2ts | prettier --parser typescript > src/tsconfig-schema.ts",
0 commit comments