Skip to content

Commit

Permalink
chore: switch back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Feb 24, 2024
1 parent c516adc commit ce07840
Show file tree
Hide file tree
Showing 7 changed files with 10,934 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
run: npm install
- name: Lint
run: bun run lint
# - name: Prettier check
# run: bun run format:check
- name: Prettier check
run: npm run format:check
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit ce07840

Please sign in to comment.