Fix: 修复 npm run build:examples 未自动转换示例文件名

This commit is contained in:
王立帮
2024-11-30 15:11:54 +08:00
parent 6fa60a50e3
commit aed7dd8f2d

View File

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