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