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 a626f7d commit 7aa5a10Copy full SHA for 7aa5a10
package.json
@@ -20,7 +20,7 @@
20
"packages:list": "lerna ls -l",
21
"prepublishOnly": "yarn --pure-lockfile && yarn lint && yarn test && yarn build",
22
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
23
- "release": "node scripts/release.js",
+ "release": "yarn lint && yarn build && yarn test && node scripts/release.js",
24
"remote-version": "node scripts/remote-version.js",
25
"show-help": "yarn workspace docs show-help",
26
"test": "node scripts/test.js",
0 commit comments