Skip to content

Commit b02fa72

Browse files
committed
Typo
1 parent b769863 commit b02fa72

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
@@ -12,7 +12,7 @@
1212
"format:fix": "yarn format:all --write",
1313
"format:check": "yarn format:all --list-different",
1414
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
15-
"lint:fix": "yarn lint --fix && yarn prettier:fix",
15+
"lint:fix": "yarn lint --fix && yarn format:fix",
1616
"postversion": "node --experimental-strip-types scripts/postversion.mts",
1717
"prepack": "rm -Rf dist && npm run build",
1818
"test": "jest -i",

0 commit comments

Comments
 (0)