diff --git a/package.json b/package.json index 92a30c34..7f2507ad 100644 --- a/package.json +++ b/package.json @@ -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" },