We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee53fe commit 58f2d2dCopy full SHA for 58f2d2d
1 file changed
.github/workflows/node.js.yml
@@ -29,5 +29,6 @@ jobs:
29
with:
30
node-version: ${{ matrix.node-version }}
31
cache: 'pnpm'
32
+ - run: pnpm install
33
- run: pnpm nx run-many -t build
34
- run: pnpm test:all
0 commit comments