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 +}