Skip to content

Commit

Permalink
Workflows fix (#83)
Browse files Browse the repository at this point in the history
* tmp test

* fix scripts
  • Loading branch information
erhant authored May 18, 2024
1 parent f210e06 commit 95678ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- uses: JS-DevTools/npm-publish@v3
id: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Run tests
run: pnpm test

0 comments on commit 95678ff

Please sign in to comment.