Skip to content

Commit d0a67ba

Browse files
committed
fix: turns out I actually need this
1 parent 86085d4 commit d0a67ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"start": "electron .",
88
"pack": "electron-builder --dir",
99
"dist": "electron-builder",
10+
"postinstall": "electron-builder install-app-deps",
1011
"update": "npm version minor --m=\"chore(update): v%s\"",
1112
"patch": "npm version patch --m=\"chore(patch): v%s\"",
1213
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)