File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 82
82
"dev:start" : " node playground/.output/server/index.mjs" ,
83
83
"lint" : " eslint --cache . && prettier -c ." ,
84
84
"lint:fix" : " eslint --cache --fix . && prettier -w ." ,
85
- "nitro" : " NODE_OPTIONS= \" --enable-source-maps \" jiti ./src/cli/index.ts" ,
85
+ "nitro" : " jiti ./src/cli/index.ts" ,
86
86
"prepack" : " pnpm build" ,
87
87
"gen-mirror" : " pnpm jiti scripts/gen-mirror.ts" ,
88
88
"gen-presets" : " pnpm jiti scripts/gen-presets.ts" ,
89
89
"release" : " pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags" ,
90
90
"stub" : " unbuild --stub" ,
91
- "test" : " pnpm lint && pnpm vitest-es run --silent " ,
91
+ "test" : " pnpm lint && pnpm vitest run" ,
92
92
"test:fixture:types" : " pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit" ,
93
- "test:types" : " tsc --noEmit && pnpm test:fixture:types" ,
94
- "vitest-es" : " NODE_OPTIONS=\" --enable-source-maps --experimental-vm-modules\" vitest"
93
+ "test:types" : " tsc --noEmit && pnpm test:fixture:types"
95
94
},
96
95
"resolutions" : {
97
96
"nitropack" : " link:." ,
You can’t perform that action at this time.
0 commit comments