Skip to content

Commit

Permalink
Remove using typescript compile
Browse files Browse the repository at this point in the history
We don't use typescript at the moment.
  • Loading branch information
bjoernricks committed Apr 19, 2024
1 parent 905d14c commit 0556dcc
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 @@ -22,7 +22,7 @@
"test:ui": "vitest --ui",
"dev": "vite",
"start": "npm run dev",
"build": "tsc && vite build",
"build": "vite build",
"lint": "eslint src --ext js,jsx,ts,tsx --max-warnings 0",
"preview": "vite preview",
"i18n-extract": "NODE_ENV=development babel -f .babelrc 'src/**/*.{js,jsx,ts,tsx}'",
Expand Down

0 comments on commit 0556dcc

Please sign in to comment.