From 6387affa6b76099df9c304f84d31b685cd7f8e85 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Sat, 24 Feb 2024 12:22:17 +0100 Subject: [PATCH] docs: simplify index page --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fee4e09..ff06234 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "scripts": { "build": "unbuild", "dev": "UNBUILD_STUB=true unbuild", - "docs": "pnpm -C docs run dev", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs",