chore: remove not needed command

This commit is contained in:
Sébastien Chopin
2022-09-09 12:19:16 +02:00
committed by GitHub
parent 3fc2a043fa
commit 062e468518

View File

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