Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Removes compile & tests from pre-push.
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Aug 14, 2017
1 parent 9763951 commit 63b42e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -117,8 +117,7 @@
"lint": "tslint \"fuse.ts\" \"{src,typings}/**/*.{ts,tsx}\"",
"pack": "electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
"precommit": "lint-staged",
"prepush": "npm-run-all sanity",
"precommit": "npm-run-all lint-staged check lint",
"sanity": "npm-run-all clean check lint test clean compile clean",
"start": "ts-node fuse",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 63b42e9

Please sign in to comment.