Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackowski committed Sep 18, 2016
1 parent 6112ca6 commit 7f4960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "electron.js",
"scripts": {
"start": "NODE_ENV=production electron electron.js",
"build": "electron-packager ./ --platform=darwin,linux --overwrite --icon=./public/images/icon --arch=x64 --version=1.4.0",
"build": "truncate -s 0 feeds && truncate -s 0 sites && electron-packager ./ --platform=darwin,linux --overwrite --icon=./public/images/icon --arch=x64 --version=1.4.0",
"test": "NODE_ENV=test mocha"
},
"repository": {
Expand Down

0 comments on commit 7f4960f

Please sign in to comment.