Skip to content

Commit

Permalink
Move to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Sep 19, 2024
1 parent 280c95a commit b872a3f
Show file tree
Hide file tree
Showing 4 changed files with 4,736 additions and 16,614 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run build
cache: pnpm
- run: pnpm install
- run: pnpm run build
env:
NITRO_PRESET: deno_deploy
- name: Deploy to Deno Deploy
Expand Down
Loading

0 comments on commit b872a3f

Please sign in to comment.