mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Merge pull request #2376 from yougotwill/patch-1
Fixed Parcel SASS build flags
This commit is contained in:
commit
fd95d3aea4
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue