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.
1 parent d9478e0 commit c566c3cCopy full SHA for c566c3c
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 16.14.2
27
registry-url: https://registry.npmjs.org/
28
- run: |
29
- pnpm --filter ./packages/** --filter query install
+ run: pnpm --filter "./packages/**" --filter query install
30
git config --global user.name 'Tanner Linsley'
31
git config --global user.email 'tannerlinsley@users.noreply.github.com'
32
pnpm run cipublish
0 commit comments