forked from Archives/Athou_commafeed
add goal to start typescript in watch mode, helps during big refactorings
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
"dev:typescript": "tsc --watch",
|
||||||
"build": "npm run i18n:compile && tsc && vite build",
|
"build": "npm run i18n:compile && tsc && vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
|
|||||||
Reference in New Issue
Block a user