Skip to content

Commit

Permalink
fix: vue-tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jan 20, 2023
1 parent dae251e commit 00bc457
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 @@ -24,7 +24,7 @@
"test:prepare-fixtures": "nuxi prepare test/fixtures/simple",
"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 && vue-tsc -p test/fixtures/complex/tsconfig.json",
"test:vue": "vue-tsc -p test/fixtures/simple/tsconfig.json --noEmit && vue-tsc -p test/fixtures/complex/tsconfig.json --noEmit",
"test": "pnpm run dev:prepare && pnpm run test:fixtures && pnpm run test:types",
"docs:dev": "cd docs && pnpm run dev",
"docs:build": "npm run dev:prepare && cd docs && nuxi generate"
Expand Down

1 comment on commit 00bc457

@vercel
Copy link

@vercel vercel bot commented on 00bc457 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.