Skip to content

Commit 35e3cf4

Browse files
author
Pooya Parsa
committed
fix release script
1 parent eea0142 commit 35e3cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git",
5353
"test": "yarn lint && NODE_ENV=test jest",
5454
"lint": "eslint src scripts docs tests nuxt",
55-
"release": "npm run scripts && npm run test && standard-version",
55+
"release": "npm run build && npm run test && standard-version",
5656
"postinstall": "opencollective postinstall || exit 0"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)