From 85346422f6c595198d8b0b1824c17a895f46e2e1 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:32:40 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=B7=BB=E5=8A=A0build:examples:ob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 64d2c471..e2e46b5f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "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 --obfuscate", + "build:examples": "node scripts/build-examples.js -t all", + "build:examples:ob": "node scripts/build-examples.js -t all --obfuscate", "boards:lint": "eslint ./boards/default_src/ --ext .js --format stylish" }, "author": "Mixly",