Skip to content

Commit

Permalink
Run lint and flow at preversion, not test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Sep 24, 2017
1 parent 266f948 commit 476419a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"clean": "rimraf lib",
"flow": "flow",
"prepublish": "cross-env BABEL_ENV=production npm run build",
"preversion": "npm run test",
"test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
"preversion": "npm run lint && npm run flow && npm run test",
"test": "npm run build -- -m && npm run test-only",
"test-only": "ava",
"test-ci": "nyc npm run test-only",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
Expand Down

0 comments on commit 476419a

Please sign in to comment.