Update: 更新板卡
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"static": "node ./static-server/server.js",
|
||||
"test": "npm run deps && npm run static",
|
||||
"deps": "node scripts/deps-gen.js",
|
||||
"build:boards:all": "node scripts/build-boards.js --type all",
|
||||
"build:boards:all": "node scripts/build-boards.js --type all && npm run build:examples",
|
||||
"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",
|
||||
@@ -29,6 +29,7 @@
|
||||
"minimist": "^1.2.5",
|
||||
"postcss-loader": "^7.3.3",
|
||||
"shelljs": "^0.8.5",
|
||||
"shortid": "^2.2.16",
|
||||
"style-loader": "^3.3.3",
|
||||
"webpack": "^5.89.0",
|
||||
"webpack-bundle-analyzer": "^4.9.1",
|
||||
|
||||
Reference in New Issue
Block a user