We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fef98 commit 51dd709Copy full SHA for 51dd709
.github/workflows/scheduled-tests.yml
@@ -19,4 +19,5 @@ jobs:
19
cache: "npm"
20
cache-dependency-path: pnpm-lock.yaml
21
- run: pnpm install --frozen-lockfile
22
+ - run: pnpm run build
23
- run: pnpm run test
0 commit comments