Revert "chore(package): remove postbuild:docs command"

This reverts commit 051d089928.
This commit is contained in:
Benjamin Canac
2022-05-04 17:49:15 +02:00
parent dd292afa5e
commit 9651f4a216

View File

@@ -19,6 +19,7 @@
"prepack": "yarn build",
"dev": "nuxi dev docs",
"build:docs": "nuxi build docs",
"postbuild:docs": "mv ./docs/.vercel_build_output dist",
"lint": "eslint --ext .ts,.js,.vue .",
"release": "yarn lint && standard-version && git push --follow-tags"
},