Skip to content

Commit

Permalink
chore: add back lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Apr 21, 2024
1 parent 690c73e commit ad8a316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm install -g turbo

- name: Build packages
run: rm bun.lockb && pnpm turbo run build
run: mv bun.lockb bun.inert && pnpm turbo run build ; mv bun.inert bun.lockb

- name: Apply version changes to packages
run: pnpm run changeset:version
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Recursive Release
run: pnpm recursive publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# docker:
# runs-on: ubuntu-latest
Expand Down
Binary file added bun.lockb
Binary file not shown.

0 comments on commit ad8a316

Please sign in to comment.