Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8c5e7d6

Browse files
committed
fix: build temp docs site
1 parent 47bac68 commit 8c5e7d6

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
@@ -68,6 +68,7 @@
6868
"docs:serve": "yarn pkg @chakra-ui/vue-docs serve",
6969
"docs:generate:next": "yarn pkg @chakra-ui/vue-docs-next generate",
7070
"docs:dev:next": "yarn pkg @chakra-ui/vue-docs-next dev",
71+
"gen:temp": "mkdir dist && echo '<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><ti\ntle>Chakra UI Vue Docs - Coming Soon</title></head><body><p>Chakra UI Vue Docs - Coming soon. We are currently working to set up the docs site! Come back later for updates</p></body></html>' >> dist/index.html",
7172
"pkg": "manypkg run",
7273
"pkgs:check": "manypkg check",
7374
"pkgs:fix": "manypkg fix",

0 commit comments

Comments
 (0)