aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json
index 7b97934d..3a9b6acc 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -1,6 +1,7 @@
{
"scripts": {
- "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
+ "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css",
+ "scss-watch": "sass --no-source-map --style compressed --update scss:assets/css --watch"
},
"license": "GPL-3.0",
"repository": {