diff --git a/package.json b/package.json index ef6e67f3..6f05e02f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "./CHANGELOG.md" ], "scripts": { - "build": "npm run build:clean && npm run generate && vite build", + "build": "npm run build:clean && npm run generate && npm run tsc && vite build", "build:clean": "rm -rf ./dist && mkdir ./dist", "commitlint": "commitlint --edit", "dev": "node ./build/prompt.js && npm run build && vite build --watch", diff --git a/src/components/Common/TaxInputs/TaxInputs.tsx b/src/components/Common/TaxInputs/TaxInputs.tsx index 7209eeef..b540705b 100644 --- a/src/components/Common/TaxInputs/TaxInputs.tsx +++ b/src/components/Common/TaxInputs/TaxInputs.tsx @@ -38,6 +38,7 @@ export function SelectInput({ question, requirement, control }: EmpQ | CompR) {