Skip to content

Commit 2c1d362

Browse files
committed
chore: prepare fixtures
1 parent 7a7d5a1 commit 2c1d362

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@
5454
"lint:fix": "eslint . --fix",
5555
"dev": "nuxi dev playground",
5656
"dev:build": "nuxi build playground",
57-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare client",
57+
"prepare:fixtures": "nuxi prepare test/fixtures/basic",
58+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare client && pnpm run prepare:fixtures",
5859
"release": "pnpm build && bumpp && pnpm -r publish --no-git-checks",
5960
"typecheck": "tsc --noEmit",
60-
"test": "vitest",
61+
"test": "pnpm run prepare:fixtures && vitest",
6162
"test:chrome": "HAS_CHROME=true vitest"
6263
},
6364
"peerDependencies": {

0 commit comments

Comments
 (0)