Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgw committed Oct 11, 2024
1 parent a77b1f0 commit 47ce6f2
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: 'pnpm'
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm install
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
if ! pnpm can-npm-publish; then
exit 0
fi
pnpm publish --access public
pnpm publish --no-git-checks --access public
Loading

0 comments on commit 47ce6f2

Please sign in to comment.