aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/package.json')
-rw-r--r--app/src/web/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json
index c80696b3..fbdc2442 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -1,5 +1,9 @@
{
+ "scripts": {
+ "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
+ },
"dependencies": {
- "typescript": "^3.3.1"
+ "typescript": "^3.3.1",
+ "sass": "^1.19.0"
}
}