Skip to content

Commit 3ca1f1a

Browse files
committed
Fix lint issue, switch poseition on lint and ts watch
1 parent 1cd6a5a commit 3ca1f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"scripts": {
1212
"predev": "node -r esm dev/customize/startMessage.js",
13-
"dev": "npm-run-all --parallel ts:watch lint:watch",
13+
"dev": "npm-run-all --parallel lint:watch ts:watch",
1414
"cleanup": "node -r esm dev/cleanup.js",
15-
"lint": "esw src --color",
15+
"lint": "esw src --ext .ts --color",
1616
"lint:watch": "npm run lint -- --watch",
1717
"ts:watch": "tsc -w",
1818
"test": "npm-run-all --parallel test-message dev-test",

0 commit comments

Comments
 (0)