Skip to content

Commit 672c094

Browse files
committed
chore: do not use native node to run test:prepare
This reverts commit 6ef632b.
1 parent ddaedfa commit 672c094

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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": "node ./test/prepare.ts",
28+
"test:prepare": "jiti ./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,6 +112,7 @@
112112
"h3": "1.15.4",
113113
"happy-dom": "20.0.0",
114114
"installed-check": "9.3.0",
115+
"jiti": "2.6.1",
115116
"knip": "5.64.2",
116117
"magic-regexp": "0.10.0",
117118
"magic-string": "0.30.19",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)