We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f306c4 + 71219b8 commit 6dcf35fCopy full SHA for 6dcf35f
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
run: pnpm install
38
39
- name: "Publish ${{ matrix.adapter }} to npm"
40
- run: cd ./packages/${{ matrix.adapter }} && pnpm run build && pnpm run release
+ run: pnpm -r --filter ./packages/laravel-echo --filter ./packages/${{ matrix.adapter }} build && pnpm run release
0 commit comments