File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 node-version : 18
3434 - run : pnpm i
35+ - run : npm run download:schemas
3536 - run : npm run test:coverage
3637 test-node-versions :
3738 runs-on : ubuntu-22.04
4748 with :
4849 node-version : ${{ matrix.node-version }}
4950 - run : pnpm i
51+ - run : npm run download:schemas
5052 - run : npm test
5153 test-macos :
5254 runs-on : macos-12
5961 with :
6062 version : 18
6163 - run : pnpm i
64+ - run : npm run download:schemas
6265 - run : npm test
Original file line number Diff line number Diff line change 4242 "lint" : " eslint ." ,
4343 "pregenerate" : " npm run build" ,
4444 "prepare" : " npm run build" ,
45- "postinstall" : " npm run download:schemas" ,
4645 "test" : " vitest run" ,
4746 "test:coverage" : " vitest run --coverage" ,
4847 "update:examples" : " vite-node ./scripts/update-examples.ts" ,
You can’t perform that action at this time.
0 commit comments