Skip to content

Commit

Permalink
Rename NPPM 'flow:check' script to 'flow'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Oct 3, 2018
1 parent 6584e55 commit b095cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ before_script:
- yarn
script:
- yarn lint
- yarn flow:check
- yarn flow
- yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"module": "dist/index.esm.js",
"files": ["dist", "src/*.js"],
"scripts": {
"flow:check": "flow check --max-warnings=0 src && flow check website",
"flow": "flow check --max-warnings=0 src && flow check website",
"precommit": "lint-staged",
"prettier": "prettier --write '**/*.{js,json,css}'",
"linc": "lint-staged",
Expand Down

0 comments on commit b095cc4

Please sign in to comment.