Skip to content

Commit 6a47d80

Browse files
committed
workflow: support "yarn register-vuepress"
Local development will benefit from it.
1 parent ab0e002 commit 6a47d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build": "yarn workspace docs build",
1414
"dev:blog": "yarn workspace blog dev",
1515
"build:blog": "yarn workspace blog build",
16+
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
1617
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
1718
"release": "yarn --pure-lockfile && node scripts/release.js",
1819
"changelog": "node scripts/genChangelog.js run",

0 commit comments

Comments
 (0)