fix docs after breaking package change

This commit is contained in:
David Lechner
2021-11-19 20:22:30 -06:00
committed by David Lechner
parent 1aa3688a3d
commit 61a24f1d99
+1 -1
View File
@@ -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',
},
],