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

Commit 5c3752a

Browse files
committed
Fixes the git hook dance.
1 parent 625d20a commit 5c3752a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)