Update: 添加build:examples:ob
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
"publish:boards:arduino": "node scripts/publish-boards.js --type arduino",
|
"publish:boards:arduino": "node scripts/publish-boards.js --type arduino",
|
||||||
"publish:boards:micropython": "node scripts/publish-boards.js --type micropython",
|
"publish:boards:micropython": "node scripts/publish-boards.js --type micropython",
|
||||||
"publish:boards:python": "node scripts/publish-boards.js --type python",
|
"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"
|
"boards:lint": "eslint ./boards/default_src/ --ext .js --format stylish"
|
||||||
},
|
},
|
||||||
"author": "Mixly",
|
"author": "Mixly",
|
||||||
|
|||||||
Reference in New Issue
Block a user