remove other watch tasks for now

This commit is contained in:
Felix Roos 2024-03-14 15:31:50 +01:00
parent cfdd4ac36c
commit 1e75f045b7
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -11,7 +11,6 @@
"test": "vitest run",
"build:parser": "peggy -o krill-parser.js --format es ./krill.pegjs",
"build": "vite build",
"watch": "vite build --watch",
"prepublishOnly": "npm run build"
},
"repository": {