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 32
32
with :
33
33
node-version : 18
34
34
- run : pnpm i
35
+ - run : npm run download:schemas
35
36
- run : npm run test:coverage
36
37
test-node-versions :
37
38
runs-on : ubuntu-22.04
47
48
with :
48
49
node-version : ${{ matrix.node-version }}
49
50
- run : pnpm i
51
+ - run : npm run download:schemas
50
52
- run : npm test
51
53
test-macos :
52
54
runs-on : macos-12
59
61
with :
60
62
version : 18
61
63
- run : pnpm i
64
+ - run : npm run download:schemas
62
65
- run : npm test
Original file line number Diff line number Diff line change 42
42
"lint" : " eslint ." ,
43
43
"pregenerate" : " npm run build" ,
44
44
"prepare" : " npm run build" ,
45
- "postinstall" : " npm run download:schemas" ,
46
45
"test" : " vitest run" ,
47
46
"test:coverage" : " vitest run --coverage" ,
48
47
"update:examples" : " vite-node ./scripts/update-examples.ts" ,
You can’t perform that action at this time.
0 commit comments