mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
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
This commit is contained in:
parent
c9330941c8
commit
6a6ef4ceaa
@ -64,9 +64,9 @@
|
||||
"build:react:shallow": "rollup -c --config-react_shallow",
|
||||
"build:traditional": "rollup -c --config-traditional",
|
||||
"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}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --write",
|
||||
"fix:lint": "eslint . --fix",
|
||||
"test": "pnpm run \"/^test:.*/\"",
|
||||
"test:format": "prettier \"*.{js,json,md}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --list-different",
|
||||
"test:types": "tsc --noEmit",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user