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",