Skip to content

Commit 99952f2

Browse files
committed
test
1 parent 201081e commit 99952f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

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

0 commit comments

Comments
 (0)