We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff6c39 commit 2abe852Copy full SHA for 2abe852
.github/actions/setup/action.yml
@@ -4,5 +4,5 @@ runs:
4
using: composite
5
steps:
6
- uses: oven-sh/setup-bun@v1
7
- - run: pnpm install
+ - run: bun install
8
shell: bash
package.json
@@ -30,7 +30,7 @@
30
"typescript": "^5.3.3"
31
},
32
"simple-git-hooks": {
33
- "pre-commit": "pnpm lint-staged"
+ "pre-commit": "bun lint-staged"
34
35
"lint-staged": {
36
"*": "prettier --ignore-unknown --write"
0 commit comments