File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99 "watch-js" : " watchify -t babelify src/js/app.js -o build/js/app.js -v" ,
1010 "watch" : " npm run build && grunt build && npm run watch-js & grunt watch" ,
1111 "start" : " electron ." ,
12- "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'" ,
12+ "dist" : " electron-packager . Gitify --overwrite -- platform=darwin --arch=x64 --version=0.30.2 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'" ,
1313 "test" : " jsxhint --reporter=node_modules/jshint-stylish 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
1414 },
1515 "jshintConfig" : {
You can’t perform that action at this time.
0 commit comments