We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fe76c commit 78b1890Copy full SHA for 78b1890
.github/workflows/node.js.yml
@@ -33,5 +33,5 @@ jobs:
33
${{ runner.os }}-pnpm-${{ matrix.node-version }}-
34
${{ runner.os }}-pnpm-
35
- run: pnpm install
36
- - run: pnpm run build --if-present
+ - run: pnpm run build
37
- run: pnpm test
0 commit comments