Skip to content

Commit dc9fb5b

Browse files
authored
add pnpm run fix script and update pr template (#1048)
1 parent 9fc7de3 commit dc9fb5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Fixes #
88

99
## Check List
1010

11-
- [ ] `pnpm run fix:format` for formatting code and docs
11+
- [ ] `pnpm run fix` for formatting and linting code and docs

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"build:react": "rollup -c --config-react",
6363
"build:react_utils": "rollup -c --config-react_utils",
6464
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-old-ts && pnpm run patch-esm-ts",
65+
"fix": "pnpm run \"/^fix:.*/\"",
6566
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
6667
"fix:lint": "eslint . --fix",
6768
"test": "pnpm run \"/^test:.*/\"",

0 commit comments

Comments
 (0)