Skip to content

Commit dcd0ab8

Browse files
gengjiawenyyx990803
authored andcommitted
split lint task to make ci work properly (#99)
1 parent dc12029 commit dcd0ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"dev": "rollup -c rollup.config.js -w",
3030
"build": "rollup -c rollup.config.js",
31-
"lint": "eslint src test example --fix",
31+
"lint": "eslint src test example",
3232
"test": "npm run test:unit && npm run test:types",
3333
"test:unit": "jest",
3434
"test:types": "tsc -p types/test",

0 commit comments

Comments
 (0)