Skip to content

Commit

Permalink
chore(package.json): update fix script to run sequentially (#1058)
Browse files Browse the repository at this point in the history
* chore(package.json): update fix script to run sequentially

* chore(package.json): reorder the fix-related scripts
  • Loading branch information
sukvvon authored Feb 19, 2025
1 parent 39df724 commit 5f5a598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"build:react": "rollup -c --config-react",
"build:react_utils": "rollup -c --config-react_utils",
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-old-ts && pnpm run patch-esm-ts",
"fix": "pnpm run \"/^fix:.*/\"",
"fix:lint": "eslint . --fix",
"fix": "pnpm run fix:lint && pnpm run fix:format",
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
"fix:lint": "eslint . --fix",
"test": "pnpm run \"/^test:.*/\"",
"test:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --list-different",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 5f5a598

Please # to comment.