We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabd201 commit fb6c8aaCopy full SHA for fb6c8aa
1 file changed
.github/workflows/ci-node.yml
@@ -25,6 +25,6 @@ jobs:
25
cache: pnpm
26
27
- run: pnpm install --frozen-lockfile
28
- - run: pnpm run build --if-present
+ - run: pnpm run --if-present build
29
- run: pnpm run lint
30
- run: pnpm test
0 commit comments