Skip to content

Commit

Permalink
chore: change typecheck command to tsc typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomakela committed Mar 8, 2024
1 parent 56f87f5 commit 67dfa26
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 @@ -25,7 +25,7 @@
"test:browser": "testcafe \"chrome --window-size='1920,1080'\" browser-tests/ --live --dev --lang=fi-FI",
"test:browser:ci": "testcafe \"chrome:headless --disable-gpu --window-size='1920,1080'\" --lang=fi-FI --screenshots path=report takeOnFails=true --video report browser-tests/",
"test:browser:wsl2win": "testcafe 'path:`/mnt/c/Program Files/Google/Chrome/Application/chrome.exe`' browser-tests/ --live --dev --lang=fi-FI",
"typecheck": "vitest typecheck",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
"update-translations": "fetch-translations 1b5qAamjhmSNiME3matBINaeyz8TvoRWVB6wU5HvKy4g -l en,fi,sv -o src/common/translation/i18n"
},
"browserslist": {
Expand Down

0 comments on commit 67dfa26

Please sign in to comment.