Skip to content

Commit

Permalink
feat(package): add lint by default for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Nov 17, 2017
1 parent d5a06c7 commit f1ca71e
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 @@ -54,7 +54,8 @@
"docs-dev": "nuxt dev -c docs/nuxt.config.js",
"docs-gen": "nuxt generate -c docs/nuxt.config.js",
"docs-publish": "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
"test": "NODE_ENV=test jest",
"test": "yarn lint && jest",
"lint": "eslint src",
"release": "npm run build && npm run test && standard-version",
"postinstall": "opencollective postinstall || exit 0"
},
Expand Down

0 comments on commit f1ca71e

Please sign in to comment.