From 3088d55d46c26dec3f491990c45759428faf19d1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 1 Feb 2023 00:24:06 +0100 Subject: [PATCH] build docs fix --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 67de98492..24078be49 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "start": "gulp start", "start-plugins": "gulp start --with-plugins", "build": "gulp build", + "build-docs": "echo 'ok'", "preview": "gulp build --preview", "svg-optimize": "svgo -f svg/brand --pretty", "unused-files": "node build/unused-files.js",