Skip to content

Commit

Permalink
[#512] chore: fix tsc execution
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Mar 19, 2024
1 parent 892cfb5 commit ee89d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_check_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
- name: 🔍 Type Check
run: /
npm install
npm run lint
npm run tsc
2 changes: 1 addition & 1 deletion govtool/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"tsc": "tsc --noEmit --skipLibCheck",
"tsc": "npx tsc --noEmit --skipLibCheck",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit ee89d91

Please sign in to comment.