From 1bce1817ca430174805fc87c5fa7c0669a16dde8 Mon Sep 17 00:00:00 2001 From: Brainslug Date: Fri, 3 Jun 2022 22:58:58 +0200 Subject: [PATCH] disable thumbsmith update blocking the docs build (#13714) --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 85f581f2bb..de314169f6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "build": "node build.js", "dev": "npm-watch build", "dev:site": "vuepress dev", - "build:site": "vuepress build && npm run update-thumbnail", + "build:site": "vuepress build", "update-thumbnail": "thumbsmith deploy .vuepress/.thumbsmith/docs.thumbnail.html" }, "watch": {