Skip to content

Commit

Permalink
Add new postinstall script to package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed May 20, 2019
1 parent 26d4921 commit 28fae4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
],
"scripts": {
"postinstall": "electron-builder install-app-deps",
"test": "xo && stylelint 'src/style/*.css'",
"release": "build --publish always",
"start": "electron ."
Expand Down

0 comments on commit 28fae4e

Please sign in to comment.