Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 7492f08

Browse files
Add build invokation.
This will be called when building PRs and generally anything that's not master.
1 parent 00a123b commit 7492f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"check-locales": "node scripts/check-locales.js",
1212
"postinstall": "electron-builder install-app-deps",
1313
"release-notes": "node scripts/release-notes.js",
14+
"build": "electron-builder --publish=never",
1415
"dist": "electron-builder -c.snap.publish=github",
1516
"version": "mv docs/CHANGELOG.md . && changelog-version && mv CHANGELOG.md docs/ && git add docs/CHANGELOG.md"
1617
},

0 commit comments

Comments
 (0)