From 61a24f1d99a49cc740da4fe08877f89e045c24f2 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 19 Nov 2021 20:15:54 -0600 Subject: [PATCH] fix docs after breaking package change --- craco.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/craco.config.js b/craco.config.js index d4a6bfea..b92fc342 100644 --- a/craco.config.js +++ b/craco.config.js @@ -207,7 +207,7 @@ module.exports = { new CopyPlugin({ patterns: [ { - from: 'node_modules/@pybricks/ide-docs/build/html', + from: 'node_modules/@pybricks/ide-docs/html', to: 'static/docs', }, ],