Merge pull request #2376 from yougotwill/patch-1

Fixed Parcel SASS build flags
This commit is contained in:
Audric Ackermann 2022-07-11 15:04:28 +10:00 committed by GitHub
commit fd95d3aea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
"ready": "yarn sass && yarn grunt && yarn lint-full && yarn test",
"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": "rimraf 'dist' && parcel watch --target sass",
"sass": "rimraf 'dist' && parcel build --target sass --no-autoinstall --no-cache",
"sass:watch": "rimraf 'dist' && parcel watch --target sass --no-autoinstall --no-cache",
"parcel-util-worker": "rimraf ts/webworker/workers/util.worker.js && parcel build --target util-worker --no-autoinstall --no-cache"
},
"dependencies": {