Skip to content

Commit

Permalink
disable prepush
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyboxer committed Jun 25, 2018
1 parent 0967d6e commit dd0071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"dist": "yarn assets && yarn build",
"lint": "eslint -c .eslintrc ./app --ext .js,.jsx --ignore-pattern dist/",
"lint-fix": "eslint -c .eslintrc ./app --ext .js,.jsx --fix --ignore-pattern dist/",
// "prepush": "echo 'running flow...' && yarn flow && echo 'running lint...' && yarn lint && echo 'running tests...' && yarn test",
"prepush-disabled": "echo 'running flow...' && yarn flow && echo 'running lint...' && yarn lint && echo 'running tests...' && yarn test",
"electron-rebuild": "electron-rebuild --force --module_dir . -w node-hid",
"flow": "flow check",
"release-master": "./scripts/release-master.sh",
Expand Down

0 comments on commit dd0071e

Please sign in to comment.