Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Compile before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed May 29, 2016
1 parent 528fd82 commit 5cdefdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"preinstall": "npm prune",
"postinstall": "install-app-deps",
"pack": "build",
"release": "build --publish always",
"release": "npm run compile && build --publish always",
"electron": "electron .",
"prestart": "npm install && npm run compile",
"start": "bash start.sh",
Expand Down

0 comments on commit 5cdefdf

Please sign in to comment.