File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 - run : yarn install --immutable
4040
41- - run : node --no-warnings --experimental-strip-types tools/build.ts
41+ - run : node --no-warnings --experimental-strip-types --experimental-transform-types tools/build.ts
4242
4343 - run : yarn test --run --coverage
4444
6666
6767 - run : yarn install --immutable
6868
69- - run : node --no-warnings --experimental-strip-types tools/build.ts
69+ - run : node --no-warnings --experimental-strip-types --experimental-transform-types tools/build.ts
7070
7171 - run : yarn tsc
7272
Original file line number Diff line number Diff line change 1- afterInstall : node --no-warnings --experimental-strip-types tools/patches.ts
1+ afterInstall : node --no-warnings --experimental-strip-types --experimental-transform-types tools/patches.ts
22
33nodeLinker : node-modules
44
Original file line number Diff line number Diff line change 88 "test" : " ./node_modules/vitest/vitest.mjs" ,
99 "coverage" : " ./node_modules/vitest/vitest.mjs --coverage" ,
1010 "cov" : " ./node_modules/vitest/vitest.mjs --coverage --ui" ,
11- "patches" : " node --no-warnings --experimental-strip-types tools/patches.ts" ,
11+ "patches" : " node --no-warnings --experimental-strip-types --experimental-transform-types tools/patches.ts" ,
1212 "prepare" : " git config core.ignorecase false"
1313 },
1414 "dependencies" : {
You can’t perform that action at this time.
0 commit comments