Skip to content

Commit c42c9f4

Browse files
authored
chore(package.json): reorder 'fix' scripts to run 'lint' before 'format' (#1049)
1 parent dc9fb5b commit c42c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"build:react_utils": "rollup -c --config-react_utils",
6464
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-old-ts && pnpm run patch-esm-ts",
6565
"fix": "pnpm run \"/^fix:.*/\"",
66-
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
6766
"fix:lint": "eslint . --fix",
67+
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
6868
"test": "pnpm run \"/^test:.*/\"",
6969
"test:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --list-different",
7070
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)