We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ad330 commit 4636e41Copy full SHA for 4636e41
1 file changed
.github/workflows/node.js.yml
@@ -27,5 +27,5 @@ jobs:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- run: npm ci
30
- - run: npm run build --if-present
+ - run: pnpm run build --if-present
31
- run: pnpm run build && pnpm run start
0 commit comments