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