Skip to content

Commit

Permalink
chore: test before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jan 16, 2018
1 parent ec50846 commit 5efb171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"docs:build:dev": "cd docs && yarn && yarn build:dev",
"docs:watch": "cd docs && yarn && yarn dev",
"docs:deploy": "cd docs && yarn && yarn deploy",
"test": "yarn run lint && jest --verbose --coverage",
"test": "jest --verbose --coverage && yarn run lint",
"test:update": "jest --verbose --updateSnapshot",
"test:watch": "jest --verbose --watchAll --notify",
"lint": "eslint --ext .js,.vue .",
Expand Down

0 comments on commit 5efb171

Please sign in to comment.