Skip to content

Commit

Permalink
fix: added prepare script for complex fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 20, 2023
1 parent 00bc457 commit deb7ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-typed-router",
"version": "2.1.1",
"version": "2.1.2",
"description": "Provide autocompletion for pages route names generated by Nuxt router",
"type": "module",
"main": "./dist/module.cjs",
Expand All @@ -21,7 +21,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground && pnpm run test:prepare-fixtures",
"build:test": "cross-env NUXT_BUILD_TYPE=stub pnpm run prepack && pnpm run dev:build",
"test:prepare-fixtures": "nuxi prepare test/fixtures/simple",
"test:prepare-fixtures": "nuxi prepare test/fixtures/simple && nuxi prepare test/fixtures/complex",
"test:fixtures": " vitest run --dir test",
"test:types": "pnpm run test:vue && vitest typecheck --run --dir test",
"test:vue": "vue-tsc -p test/fixtures/simple/tsconfig.json --noEmit && vue-tsc -p test/fixtures/complex/tsconfig.json --noEmit",
Expand Down

1 comment on commit deb7ac0

@vercel
Copy link

@vercel vercel bot commented on deb7ac0 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.