chore(package): remove postbuild:docs command

This commit is contained in:
Benjamin Canac
2022-05-03 17:18:58 +02:00
parent 8045c7b47e
commit 051d089928

View File

@@ -19,7 +19,6 @@
"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"
},