mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Add watch command for theme
This commit is contained in:
parent
8cf499946b
commit
b829f095de
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"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",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user