Skip to content

Commit 5f5a598

Browse files
authored
chore(package.json): update fix script to run sequentially (#1058)
* chore(package.json): update fix script to run sequentially * chore(package.json): reorder the fix-related scripts
1 parent 39df724 commit 5f5a598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"build:react": "rollup -c --config-react",
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",
65-
"fix": "pnpm run \"/^fix:.*/\"",
66-
"fix:lint": "eslint . --fix",
65+
"fix": "pnpm run fix:lint && pnpm run fix:format",
6766
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
67+
"fix:lint": "eslint . --fix",
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)