fixing watch

This commit is contained in:
Jonas Pfalzgraf 2024-06-01 03:42:25 +02:00
parent 1723196db6
commit 8f99895c88

View file

@ -7,8 +7,7 @@
"deploy-v2": "npm run deploy-v3 && node ./tools/v2.js",
"build": "vite build",
"build-tooling": "tsc --project ./tooling.tsconfig.json",
"watch-ts": "tsc -w -p tsconfig.json",
"watch-sass": "sass --watch ./src/sass/:./dist/css/",
"watch": "vite build --watch",
"sync": "npm run build-tooling && node ./tools/syncConfig.js"
},
"devDependencies": {
@ -44,4 +43,4 @@
"@webcomponents/custom-elements": "^1.6.0",
"bootstrap": "^5.3.3"
}
}
}