Skip to content

Commit cbad63c

Browse files
committed
chore: use native node to run test:prepare
1 parent 41f9b07 commit cbad63c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"play:generate": "nuxt generate playground",
2626
"play:preview": "nuxt preview playground",
2727
"test": "pnpm test:prepare && vitest run && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:types && pnpm typecheck",
28-
"test:prepare": "jiti ./test/prepare.ts",
28+
"test:prepare": "node ./test/prepare.ts",
2929
"test:fixtures": "pnpm test:prepare && vitest run --project fixtures",
3030
"test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
3131
"test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
@@ -112,7 +112,6 @@
112112
"h3": "1.15.4",
113113
"happy-dom": "20.0.0",
114114
"installed-check": "9.3.0",
115-
"jiti": "2.6.1",
116115
"knip": "5.64.2",
117116
"magic-regexp": "0.10.0",
118117
"magic-string": "0.30.19",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)