Skip to content

Commit

Permalink
chore(package.json): reorder 'fix' scripts to run 'lint' before 'form…
Browse files Browse the repository at this point in the history
…at' (#2976)
  • Loading branch information
sukvvon authored Feb 6, 2025
1 parent 2db9769 commit 72c1144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"build:react:utils": "rollup -c --config-react_utils --client-only",
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-ts3.8 && pnpm run patch-old-ts && pnpm run patch-esm-ts && pnpm run patch-readme",
"fix": "pnpm run \"/^fix:.*/\"",
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,benchmarks,docs}/**/*.{ts,tsx,md,mdx}\" --write",
"fix:lint": "eslint . --fix",
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,benchmarks,docs}/**/*.{ts,tsx,md,mdx}\" --write",
"test": "pnpm run \"/^test:.*/\"",
"test:format": "prettier \"*.{js,json,md}\" \"{src,tests,benchmarks,docs}/**/*.{ts,tsx,md,mdx}\" --list-different",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 72c1144

Please # to comment.