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

Commit 63b42e9

Browse files
committed
Removes compile & tests from pre-push.
1 parent 9763951 commit 63b42e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@
117117
"lint": "tslint \"fuse.ts\" \"{src,typings}/**/*.{ts,tsx}\"",
118118
"pack": "electron-builder --dir",
119119
"postinstall": "electron-builder install-app-deps",
120-
"precommit": "lint-staged",
121-
"prepush": "npm-run-all sanity",
120+
"precommit": "npm-run-all lint-staged check lint",
122121
"sanity": "npm-run-all clean check lint test clean compile clean",
123122
"start": "ts-node fuse",
124123
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)