Skip to content

Commit 3e1160e

Browse files
Added build docs
1 parent 0f85430 commit 3e1160e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
1313
"bundle": "rollup -c --bundleConfigAsCjs",
1414
"build": "vue-tsc && vite build --config vite.build.config.ts",
15+
"build:docs": "vite build",
1516
"predeploy": "npm run build",
1617
"deploy": "gh-pages -d docs",
1718
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)