Skip to content

Commit b23faf2

Browse files
committed
change
1 parent 678c483 commit b23faf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "better-npm-run start",
88
"compile": "better-npm-run compile",
99
"eslint-check": "eslint src",
10-
"flow-check": "flow src",
10+
"flow-check": "flow",
1111
"lint:fix": "npm run lint -- --fix",
1212
"start:dist": "better-npm-run start:dist"
1313
},
@@ -95,7 +95,7 @@
9595
"whatwg-fetch": "^2.0.3"
9696
},
9797
"pre-commit": [
98-
"eslint-check",
99-
"flow-check"
98+
"flow-check",
99+
"eslint-check"
100100
]
101101
}

0 commit comments

Comments
 (0)