global watch task

This commit is contained in:
Felix Roos 2024-03-08 00:55:19 +01:00
parent 85fee0cc01
commit 9b3509c062
4 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"scripts": {
"test": "vitest run",
"build": "vite build",
"watch": "vite build --watch",
"prepublishOnly": "pnpm build"
},
"repository": {