From 062e468518a1ce4a2cdc4ce832d5b94f8306e3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 9 Sep 2022 12:19:16 +0200 Subject: [PATCH] chore: remove not needed command --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3044bf0e..b2afe46c 100644 --- a/package.json +++ b/package.json @@ -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"