Skip to content

Commit f1ca71e

Browse files
author
Pooya Parsa
committed
feat(package): add lint by default for tests
1 parent d5a06c7 commit f1ca71e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"docs-dev": "nuxt dev -c docs/nuxt.config.js",
5555
"docs-gen": "nuxt generate -c docs/nuxt.config.js",
5656
"docs-publish": "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
57-
"test": "NODE_ENV=test jest",
57+
"test": "yarn lint && jest",
58+
"lint": "eslint src",
5859
"release": "npm run build && npm run test && standard-version",
5960
"postinstall": "opencollective postinstall || exit 0"
6061
},

0 commit comments

Comments
 (0)