Skip to content

Commit

Permalink
fix: update pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Aug 22, 2024
1 parent a119347 commit bd47aa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install dependencies
run: cd playground/nuxt-app && npm install

- name: Build
run: pnpm build
5 changes: 5 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
fetch-depth: 3
- name: Install dependencies
run: pnpm install

- name: Install dependencies
run: cd playground/nuxt-app && npm install

- run: pnpm build

- name: Set git identity
run: |
git config user.name 'github-actions[bot]'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
fetch-depth: 3
- name: Install dependencies
run: pnpm install
- name: Install dependencies
run: cd playground/nuxt-app && npm install
- run: pnpm build
- name: Publish Package
run: pnpm publish --access public --tag latest --no-git-checks
Expand Down

0 comments on commit bd47aa6

Please sign in to comment.