From 8f99895c8898983adce44e591105a582303e1d93 Mon Sep 17 00:00:00 2001 From: Jonas Pfalzgraf Date: Sat, 1 Jun 2024 03:42:25 +0200 Subject: [PATCH] fixing watch --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e209a58..933d358 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}