We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0e002 commit 6a47d80Copy full SHA for 6a47d80
package.json
@@ -13,6 +13,7 @@
13
"build": "yarn workspace docs build",
14
"dev:blog": "yarn workspace blog dev",
15
"build:blog": "yarn workspace blog build",
16
+ "register-vuepress": "lerna exec --scope vuepress -- yarn link",
17
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
18
"release": "yarn --pure-lockfile && node scripts/release.js",
19
"changelog": "node scripts/genChangelog.js run",
0 commit comments