Skip to content

Commit 773f9d0

Browse files
committed
chore: add lint
1 parent 8ac506d commit 773f9d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"build": "midway-bin build -c && rm -rf ./dist/.mwcc-cache",
1919
"test": "midway-bin test --ts --full-trace",
2020
"cov": "midway-bin cov --ts",
21-
"clean": "midway-bin clean"
21+
"clean": "midway-bin clean",
22+
"lint": "mwts check",
23+
"lint:fix": "mwts fix"
2224
},
2325
"repository": {
2426
"type": "git",

0 commit comments

Comments
 (0)