updated tasks
This commit is contained in:
Родитель
79ee48e7c9
Коммит
bf10746fa3
|
@ -11,13 +11,13 @@
|
|||
}, {
|
||||
"label": "pxt build",
|
||||
"type": "shell",
|
||||
"command": "pxt build --local",
|
||||
"command": "pxt build --local --i --hw rpi",
|
||||
"group": "build",
|
||||
"problemMatcher": [ "$tsc" ]
|
||||
}, {
|
||||
"label": "pxt install",
|
||||
"type": "shell",
|
||||
"command": "pxt install",
|
||||
"command": "pxt install --hw rpi",
|
||||
"group": "build",
|
||||
"problemMatcher": [ "$tsc" ]
|
||||
}, {
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: deploy
|
||||
|
||||
build:
|
||||
pxt build
|
||||
pxt build --i --hw rpi
|
||||
|
||||
deploy:
|
||||
pxt deploy
|
||||
|
|
3
pxt.json
3
pxt.json
|
@ -6,7 +6,8 @@
|
|||
"device": "*",
|
||||
"storyboard": "*",
|
||||
"palette": "*",
|
||||
"microsoft-boot-sequence": "github:microsoft/pxt-microsoft-boot-sequence#v0.0.2"
|
||||
"microsoft-boot-sequence": "github:microsoft/pxt-microsoft-boot-sequence#v0.0.2",
|
||||
"hw---rpi": "*"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
|
|
Загрузка…
Ссылка в новой задаче