Skip to content

Commit 1f481b4

Browse files
committed
chore: more tweak
1 parent 580524f commit 1f481b4

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
@@ -43,7 +43,7 @@
4343
"docs:build": "vitepress build docs",
4444
"generate": "ts-node scripts/update.ts",
4545
"fix": "run-p fix:*",
46-
"fix:eslint": "pnpm lint:eslint --fix",
46+
"fix:eslint": "pnpm run lint:eslint --fix",
4747
"fix:prettier": "prettier --write .",
4848
"lint": "run-s lint:*",
4949
"lint:eslint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"",

0 commit comments

Comments
 (0)