chore: workflow

This commit is contained in:
Mo
2022-06-14 11:20:17 -05:00
parent 4bd61adc5b
commit d9ad998e42
8 changed files with 34 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
},
"scripts": {
"build:remove-unpacked": "rimraf dist/{linux-*,mac,win-*}",
"build": "echo BUILDING DESKTOP && yarn run webpack --config desktop.webpack.prod.js",
"build": "yarn run webpack --config desktop.webpack.prod.js",
"build:desktop:all": "yarn workspaces foreach -ptR run build",
"clean:build": "rimraf app/dist/",
"clean:tests": "rimraf test/data/tmp/",