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 1cd6a5a commit 3ca1f1aCopy full SHA for 3ca1f1a
package.json
@@ -10,9 +10,9 @@
10
},
11
"scripts": {
12
"predev": "node -r esm dev/customize/startMessage.js",
13
- "dev": "npm-run-all --parallel ts:watch lint:watch",
+ "dev": "npm-run-all --parallel lint:watch ts:watch",
14
"cleanup": "node -r esm dev/cleanup.js",
15
- "lint": "esw src --color",
+ "lint": "esw src --ext .ts --color",
16
"lint:watch": "npm run lint -- --watch",
17
"ts:watch": "tsc -w",
18
"test": "npm-run-all --parallel test-message dev-test",
0 commit comments