Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 9, 2023
1 parent 0c123cd commit 6bd4f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
pnpm build0
pnpm build
(cd packages/beff-cli && pnpm publish --no-git-checks --access public)
(cd packages/beff-cli && ls)
# (cd packages/beff-cli && pnpm publish --no-git-checks --access public)
# (cd packages/beff-client && pnpm publish --no-git-checks --access public)
# (cd packages/beff-hono && pnpm publish --no-git-checks --access public)
# (cd packages/beff-react && pnpm publish --no-git-checks --access public)
Expand Down

0 comments on commit 6bd4f84

Please sign in to comment.