Skip to content

Commit

Permalink
chore(package): rename script check to flow:check
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Mar 24, 2018
1 parent 2238576 commit 6c3f7d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
"fix-js": "yarn run lint-js --fix",
"fix-css": "yarn run lint-css --fix",
"fix": "yarn run fix-js && yarn run fix-css",
"check": "flow check",
"flow": "flow",
"flow:check": "flow check",
"test": "jest",
"test-watch": "yarn run test --watch --notify",
"test-cover": "yarn run test --coverage",
Expand Down

0 comments on commit 6c3f7d6

Please sign in to comment.