Skip to content

Commit 681ab5b

Browse files
committed
chore: fix pkg script
1 parent c0f0a17 commit 681ab5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"lint:script": "eslint --ignore-path .gitignore '**/*.{js,ts,svelte,html,svx,md}'",
2424
"lint:style": "stylelint --ignore-path .gitignore '**/*.{css,scss,svelte,html,js,ts,svx,md}'",
2525
"lint:fix": "run-s lint:fix:script lint:fix:style",
26-
"lint:fix:script": "pnpm lint:script --fix",
27-
"lint:fix:style": "pnpm lint:style --fix",
26+
"lint:fix:script": "pnpm lint:script -- --fix",
27+
"lint:fix:style": "pnpm lint:style -- --fix",
2828
"format": "prettier --ignore-path .gitignore '**/*.{css,scss,svelte,html,js,ts,svx,md}' --check",
29-
"format:fix": "pnpm format --write",
29+
"format:fix": "pnpm format -- --write",
3030
"fixup": "run-s lint:fix format:fix",
3131
"update-deps": "ncu -u"
3232
},

0 commit comments

Comments
 (0)