From 4ac1ce61d5bc80095d53e5d34a7da9d1d80405e8 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Thu, 18 Apr 2024 14:13:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(website)=20add=20command=20to=20cr?= =?UTF-8?q?eate=20a=20new=20version=20with=20ease?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a command docs:version to create a new documentation with ease and run prettier-write as a post command. --- website/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index eab452a1a6..84dab7f58c 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,9 @@ "start": "docusaurus start", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", - "docusaurus": "docusaurus" + "docusaurus": "docusaurus", + "docs:version": "docusaurus docs:version", + "postdocs:version": "yarn prettier-write" }, "repository": { "type": "git",