chore: workflows
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build:remove-unpacked": "rimraf dist/{linux-*,mac,win-*}",
|
||||
"build": "yarn run webpack --config desktop.webpack.prod.js",
|
||||
"build": "echo BUILDING DESKTOP && yarn run webpack --config desktop.webpack.prod.js",
|
||||
"build:desktop:all": "yarn workspaces foreach -ptR run build",
|
||||
"change-version": "node scripts/change-version.mjs",
|
||||
"clean:build": "rimraf app/dist/",
|
||||
"clean:tests": "rimraf test/data/tmp/",
|
||||
@@ -88,7 +89,7 @@
|
||||
"electronVersion": "17.4.2",
|
||||
"appId": "org.standardnotes.standardnotes",
|
||||
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
|
||||
"afterSign": "scripts/afterSignHook.js",
|
||||
"afterSign": "scripts/notarizeMac.js",
|
||||
"files": [
|
||||
"compiled/**/*",
|
||||
"dist/**/*",
|
||||
|
||||
Reference in New Issue
Block a user