Skip to content

Commit

Permalink
add pnpm run fix script and update pr template (#2975)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky authored Feb 5, 2025
1 parent 4fcad98 commit 2db9769
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 @@ -6,4 +6,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 @@ -73,6 +73,7 @@
"build:react": "rollup -c --config-react --client-only",
"build:react:utils": "rollup -c --config-react_utils --client-only",
"postbuild": "pnpm run patch-d-ts && pnpm run copy && pnpm run patch-ts3.8 && pnpm run patch-old-ts && pnpm run patch-esm-ts && pnpm run patch-readme",
"fix": "pnpm run \"/^fix:.*/\"",
"fix:format": "prettier \"*.{js,json,md}\" \"{src,tests,benchmarks,docs}/**/*.{ts,tsx,md,mdx}\" --write",
"fix:lint": "eslint . --fix",
"test": "pnpm run \"/^test:.*/\"",
Expand Down

0 comments on commit 2db9769

Please sign in to comment.