提交 7aa5a104 编写于 作者: M meteorlxy

build: force checks before release

上级 a626f7d4
......@@ -20,7 +20,7 @@
"packages:list": "lerna ls -l",
"prepublishOnly": "yarn --pure-lockfile && yarn lint && yarn test && yarn build",
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
"release": "node scripts/release.js",
"release": "yarn lint && yarn build && yarn test && node scripts/release.js",
"remote-version": "node scripts/remote-version.js",
"show-help": "yarn workspace docs show-help",
"test": "node scripts/test.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册