microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
.vscode/tasks.json
20lines · modeblame
9cf5eef2leolee10 years ago | 1 | { |
f2568005Ruslan Bikkinin7 years ago | 2 | "version": "2.0.0", |
8ba55f4cJimmy Thomson10 years ago | 3 | "tasks": [ |
65af7d78Quan Jin3 years ago | 4 | { |
| 5 | "type": "npm", | |
| 6 | "script": "build", | |
| 7 | "group": "build", | |
| 8 | "problemMatcher": [], | |
| 9 | "label": "gulp: build", | |
| 10 | "detail": "gulp build" | |
5b0c8906Ezio Li9 months ago | 11 | }, |
| 12 | { | |
| 13 | "label": "npm: compile-smoke-tests", | |
| 14 | "type": "shell", | |
| 15 | "command": "npm run compile-smoke-tests", | |
| 16 | "group": "build", | |
| 17 | "problemMatcher": [] | |
8ba55f4cJimmy Thomson10 years ago | 18 | } |
4d14f563Yuri Skorokhodov5 years ago | 19 | ] |
5b0c8906Ezio Li9 months ago | 20 | } |