mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(package.json): reorder 'fix' scripts to run 'lint' before 'format' (#2997)
This commit is contained in:
parent
7df4874200
commit
08ec9441b0
@ -65,8 +65,8 @@
|
||||
"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:format": "prettier \"*.{js,json,md}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --write",
|
||||
"fix:lint": "eslint . --fix",
|
||||
"fix:format": "prettier \"*.{js,json,md}\" \"{examples,src,tests,docs}/**/*.{js,jsx,ts,tsx,md,mdx}\" --write",
|
||||
"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