Skip to content

Commit

Permalink
Use nuxi typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 11, 2024
1 parent c4acdf8 commit 64dd549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ repos:
- id: types
name: types
files: ^(frontend|packages/js)/.*$
entry: bash -c 'pnpm run prepare:nuxt && pnpm run -r types'
entry: pnpm run -r types
language: system
pass_filenames: false

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:storybook:local": "playwright test -c test/storybook",
"test:storybook:debug": "PWDEBUG=1 pnpm test:storybook:local",
"test:storybook:gen": "playwright codegen localhost:54000/",
"types": "pnpm run i18n:test && npx nuxi prepare && vue-tsc -p .",
"types": "pnpm run i18n:test && npx nuxi typecheck",
"i18n": "node i18n/scripts/setup.mjs",
"i18n:debug": "pnpm i18n --debug",
"i18n:en": "pnpm i18n --en-only",
Expand Down

0 comments on commit 64dd549

Please sign in to comment.