We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68d172 commit a964a73Copy full SHA for a964a73
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: 20
18
- run: cd templates/nextjs && yarn install --frozen-lockfile
19
- - run: cd templates/nextjs && yarn test
+ - run: cd templates/nextjs && yarn typecheck
20
21
publish-gpr:
22
needs: build
0 commit comments