Skip to content

Commit

Permalink
Add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
aocenas committed May 28, 2017
1 parent 3e6c74f commit 97bc07c
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 @@ -6,6 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel src -d build -w",
"build": "babel src -d build",
"release": "electron-packager . --out=./release --package-manager=yarn",
"electron": "electron ."
},
Expand Down

0 comments on commit 97bc07c

Please sign in to comment.