Skip to content

Commit

Permalink
Use node instead of bun
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Mar 31, 2024
1 parent 31ca81e commit 12a6231
Show file tree
Hide file tree
Showing 8 changed files with 10,907 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install, build, and upload your site output
uses: withastro/action@v0
with:
package-manager: bun
package-manager: npm

deploy:
needs: build
Expand Down
3 changes: 1 addition & 2 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ website

.node-version
astro.config.js
bun.lockb
eslint.config.js
lint-staged.config.js
prettier.config.cjs
tailwind.config.js
tsconfig.json
tsconfig.json
Binary file removed bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
'*.{css,json,md}': ['bun --bun x prettier --write'],
// `bun --bun x` not yet working on ESLint
'*.{css,json,md}': ['prettier --write'],
'*.{js,cjs,mjs,ts.astro}': ['eslint --fix'],
}
Loading

0 comments on commit 12a6231

Please sign in to comment.