Skip to content

Commit 027bf0c

Browse files
committed
build: docs folder
1 parent 55e2931 commit 027bf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "run-p type-check \"build-only {@}\" --",
8+
"build": "vite build --outDir docs",
99
"preview": "vite preview",
1010
"build-only": "vite build",
1111
"type-check": "vue-tsc --build",

0 commit comments

Comments
 (0)