Skip to content

Commit

Permalink
fix ci prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 15, 2024
1 parent bce6f7d commit d234bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:types-fixtures": "nuxi typecheck test/fixtures/sample-project",
"test:fixtures": "vitest run --dir test ",
"test:types": "pnpm run typecheck",
"test": "pnpm run test:prepare-fixtures && pnpm run test:types && pnpm run test:fixtures",
"test": "pnpm run dev:prepare && pnpm run test:prepare-fixtures && pnpm run test:types && pnpm run test:fixtures",
"test:debug": "NUXT_ROUTER_CONFIG_NAME=$CONFIG pnpm run test:types-fixtures"
},
"publishConfig": {
Expand Down

0 comments on commit d234bc2

Please sign in to comment.