We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719b032 commit c983b90Copy full SHA for c983b90
.husky/pre-push
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+melos run format && melos run analyze
package.json
@@ -1,12 +1,10 @@
{
"name": "flutter_gen",
"author": "wasabeef",
- "husky": {
5
- "hooks": {
6
- "pre-push": "make format && make analyze"
7
- }
8
- },
9
"devDependencies": {
10
"husky": "^7.0.2"
+ },
+ "scripts": {
+ "prepare": "husky install"
11
}
12
0 commit comments