Skip to content

Commit 7aa5a10

Browse files
committed
build: force checks before release
1 parent a626f7d commit 7aa5a10

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
@@ -20,7 +20,7 @@
2020
"packages:list": "lerna ls -l",
2121
"prepublishOnly": "yarn --pure-lockfile && yarn lint && yarn test && yarn build",
2222
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
23-
"release": "node scripts/release.js",
23+
"release": "yarn lint && yarn build && yarn test && node scripts/release.js",
2424
"remote-version": "node scripts/remote-version.js",
2525
"show-help": "yarn workspace docs show-help",
2626
"test": "node scripts/test.js",

0 commit comments

Comments
 (0)