Update: package.json添加publish:boards

This commit is contained in:
王立帮
2024-07-21 10:47:37 +08:00
parent 64749a6541
commit eda4a88758
22 changed files with 147 additions and 96 deletions

View File

@@ -10,6 +10,10 @@
"build:boards:arduino": "node scripts/build-boards.js --type arduino",
"build:boards:micropython": "node scripts/build-boards.js --type micropython",
"build:boards:python": "node scripts/build-boards.js --type python",
"publish:boards:all": "node scripts/publish-boards.js --type all",
"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"
},
"author": "Mixly",