mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(package): update postbuild:docs command
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"prepack": "yarn build",
|
||||
"dev": "nuxi dev docs",
|
||||
"build:docs": "nuxi build docs",
|
||||
"postbuild:docs": "mv ./docs/.vercel_build_output .vercel_build_output",
|
||||
"postbuild:docs": "mv ./docs/.vercel_build_output dist",
|
||||
"lint": "eslint --ext .ts,.js,.vue .",
|
||||
"release": "yarn lint && standard-version && git push --follow-tags"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user