Skip to content

Commit

Permalink
pnpm --> bun
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaBobs committed Jan 26, 2024
1 parent 1c90296 commit ad0961d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2,048 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: oven-sh/setup-bun@v1

- name: Build
run: |
pnpm install
pnpm build:version
pnpm build
bun install
bun build:version
bun build
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit ad0961d

Please sign in to comment.