Skip to content

Commit

Permalink
fix: remove extra lockfile in patterns package
Browse files Browse the repository at this point in the history
  • Loading branch information
becomevocal committed Jul 15, 2024
1 parent 98446f8 commit 884ab83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 663 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-examples-site-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
- name: Build examples site
run: npm run build-site
- name: Setup Pages
Expand Down
Loading

0 comments on commit 884ab83

Please sign in to comment.