File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ permissions:
1414jobs :
1515 test :
1616 uses : SocketDev/socket-registry/.github/workflows/test.yml@main
17+ with :
18+ setup-script : ' pnpm run build'
Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ permissions:
1414jobs :
1515 type-check :
1616 uses : SocketDev/socket-registry/.github/workflows/types.yml@main
17+ with :
18+ setup-script : ' pnpm run build'
Original file line number Diff line number Diff line change 66 "noEmit" : true ,
77 "noPropertyAccessFromIndexSignature" : false ,
88 "noUncheckedIndexedAccess" : false ,
9- "paths" : {
10- "../dist/*" : [" ./src/*" ]
11- },
129 "skipLibCheck" : true ,
1310 "types" : [" vitest/globals" , " node" ],
1411 "verbatimModuleSyntax" : false
1512 },
16- "include" : [" **/*.ts" , " **/*.mts" ],
13+ "include" : [" src/ **/*.ts" , " test/ **/*.mts" ],
1714 "exclude" : [" **/node_modules/**/*" ]
1815}
You can’t perform that action at this time.
0 commit comments