From aed7dd8f2daa352c14cf93f7e1cc1b5f52f68efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sat, 30 Nov 2024 15:11:54 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=20`npm=20run=20build:?= =?UTF-8?q?examples`=20=E6=9C=AA=E8=87=AA=E5=8A=A8=E8=BD=AC=E6=8D=A2?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b24fe2fd..64d2c471 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "publish:boards:arduino": "node scripts/publish-boards.js --type arduino", "publish:boards:micropython": "node scripts/publish-boards.js --type micropython", "publish:boards:python": "node scripts/publish-boards.js --type python", - "build:examples": "node scripts/build-examples.js -t all", + "build:examples": "node scripts/build-examples.js -t all --obfuscate", "boards:lint": "eslint ./boards/default_src/ --ext .js --format stylish" }, "author": "Mixly",