fix: make sure sass:watch command clears sass artefects before running to prevent stale style states

This commit is contained in:
William Grant 2022-06-20 16:15:22 +10:00
parent 5b02d1e70e
commit 6bd75d26e9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"sedtoAppImage": "sed -i 's/\"target\": \\[\"deb\", \"rpm\", \"freebsd\"\\]/\"target\": \"AppImage\"/g' package.json",
"sedtoDeb": "sed -i 's/\"target\": \"AppImage\"/\"target\": \\[\"deb\", \"rpm\", \"freebsd\"\\]/g' package.json",
"sass": "rimraf 'dist' && parcel build --target sass --no-autoinstall",
"sass:watch": "parcel watch --target sass",
"sass:watch": "rimraf 'dist' && parcel watch --target sass",
"parcel-util-worker": "rimraf ts/webworker/workers/util.worker.js && parcel build --target util-worker --no-autoinstall --no-cache"
},
"dependencies": {