Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit d2198af

Browse files
committed
Relax the prepush restrictions (#5611)
1 parent b653782 commit d2198af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"postmerge": "node bin/post-merge.js",
6060
"postrewrite": "node bin/post-rewrite.js",
6161
"precommit": "lint-staged",
62-
"prepush": "run-p lint test flow",
62+
"prepush": "lint",
6363
"nom": "node bin/nom",
6464
"build-storybook": "build-storybook",
6565
"diff": "node bin/diff",

0 commit comments

Comments
 (0)