File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Check package exports
2+ on :
3+ push :
4+ branches :
5+ - " **"
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
9+
10+ jobs :
11+ pkg-check :
12+ runs-on : ubuntu-latest
13+ env :
14+ CI_RUN : true
15+ steps :
16+ - uses : actions/checkout@v6
17+ - uses : ./.github/actions/prepare-runner
18+ - run : pnpm --filter nanotags run build
19+ - run : pnpm --filter nanotags exec publint
20+ - run : pnpm --filter nanotags exec attw --pack --profile esm-only
Original file line number Diff line number Diff line change 5858 "@standard-schema/spec" : " ^1.1.0"
5959 },
6060 "devDependencies" : {
61+ "@arethetypeswrong/cli" : " ^0.18.2" ,
6162 "@size-limit/file" : " ^12.0.1" ,
6263 "@vitest/coverage-v8" : " ^4.1.0" ,
6364 "happy-dom" : " ^20.8.4" ,
6465 "nanostores" : " ^1.2.0" ,
65- "valibot" : " ^1.3.1" ,
6666 "oxfmt" : " ^0.35.0" ,
6767 "oxlint" : " ^1.56.0" ,
68+ "publint" : " ^0.3.18" ,
6869 "size-limit" : " ^12.0.1" ,
6970 "tsdown" : " 0.21.4" ,
7071 "typescript" : " ^5.9.3" ,
72+ "valibot" : " ^1.3.1" ,
7173 "vitest" : " ^4.1.0"
7274 },
7375 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments