Skip to content

Commit a964a73

Browse files
committed
chore: run typecheck not test
1 parent f68d172 commit a964a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: cd templates/nextjs && yarn install --frozen-lockfile
19-
- run: cd templates/nextjs && yarn test
19+
- run: cd templates/nextjs && yarn typecheck
2020

2121
publish-gpr:
2222
needs: build

0 commit comments

Comments
 (0)