Skip to content

Commit 6a6ef4c

Browse files
authored
chore(package.json): update fix script to run sequentially (#3020)
* chore(package.json): update fix script to run sequentially * chore(package.json): reorder the fix-related scripts
1 parent c933094 commit 6a6ef4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"build:react:shallow": "rollup -c --config-react_shallow",
6565
"build:traditional": "rollup -c --config-traditional",
6666
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-old-ts && pnpm run patch-esm-ts",
67-
"fix": "pnpm run \"/^fix:.*/\"",
68-
"fix:lint": "eslint . --fix",
67+
"fix": "pnpm run fix:lint && pnpm run fix:format",
6968
"fix:format": "prettier \"*.{js,json,md}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --write",
69+
"fix:lint": "eslint . --fix",
7070
"test": "pnpm run \"/^test:.*/\"",
7171
"test:format": "prettier \"*.{js,json,md}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --list-different",
7272
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)