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 eea0142 commit 35e3cf4Copy full SHA for 35e3cf4
package.json
@@ -52,7 +52,7 @@
52
"gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
53
"test": "yarn lint && NODE_ENV=test jest",
54
"lint": "eslint src scripts docs tests nuxt",
55
- "release": "npm run scripts && npm run test && standard-version",
+ "release": "npm run build && npm run test && standard-version",
56
"postinstall": "opencollective postinstall || exit 0"
57
},
58
"peerDependencies": {
0 commit comments