Skip to content

Commit

Permalink
add pnpm run fix script and update pr template (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky authored Feb 5, 2025
1 parent 9fc7de3 commit dc9fb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Fixes #

## Check List

- [ ] `pnpm run fix:format` for formatting code and docs
- [ ] `pnpm run fix` for formatting and linting code and docs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"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:format": "prettier \"*.{js,json,md}\" \"{src,tests,docs}/**/*.{ts,tsx,md,mdx}\" --write",
"fix:lint": "eslint . --fix",
"test": "pnpm run \"/^test:.*/\"",
Expand Down

0 comments on commit dc9fb5b

Please # to comment.