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 24f4534 commit c80deacCopy full SHA for c80deac
.github/workflows/tests.yml
@@ -22,4 +22,4 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
- uses: pnpm/action-setup@v2
24
- run: pnpm install
25
- - run: pnpm test
+ - run: cd packages && pnpm test
0 commit comments