We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a06c7 commit f1ca71eCopy full SHA for f1ca71e
package.json
@@ -54,7 +54,8 @@
54
"docs-dev": "nuxt dev -c docs/nuxt.config.js",
55
"docs-gen": "nuxt generate -c docs/nuxt.config.js",
56
"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",
+ "test": "yarn lint && jest",
58
+ "lint": "eslint src",
59
"release": "npm run build && npm run test && standard-version",
60
"postinstall": "opencollective postinstall || exit 0"
61
},
0 commit comments