Skip to content

Commit 1f5f4a7

Browse files
committed
fix(docs/): re include vuepress build scripts to deploy docs
1 parent 9933784 commit 1f5f4a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
],
77
"scripts": {
88
"bootstrap": "lerna bootstrap",
9+
"docs": "vuepress dev docs",
10+
"docs:build": "vuepress build docs",
911
"test:unit": "cross-env TARGET=dev yarn jest",
1012
"test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
1113
},

0 commit comments

Comments
 (0)