We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49317b1 commit bd8e719Copy full SHA for bd8e719
package.json
@@ -9,7 +9,7 @@
9
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
10
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
11
"start": "electron .",
12
- "dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src",
+ "dist": "rm -rf Gitify-darwin-x64/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
13
"test": "jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
14
},
15
"jshintConfig": {
0 commit comments