Skip to content

Commit f1efdf1

Browse files
jdaltonclaude
andcommitted
Add build step to test workflow.
Test workflow runs check which includes type checking that requires dist/ folder. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 536acbd commit f1efdf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ permissions:
1414
jobs:
1515
test:
1616
uses: SocketDev/socket-registry/.github/workflows/test.yml@main
17+
with:
18+
setup-script: 'pnpm run build'

0 commit comments

Comments
 (0)