microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.vscode/tasks.json
20lines · modecode
| 1 | { |
| 2 | "version": "2.0.0", |
| 3 | "tasks": [ |
| 4 | { |
| 5 | "type": "npm", |
| 6 | "script": "build", |
| 7 | "group": "build", |
| 8 | "problemMatcher": [], |
| 9 | "label": "gulp: build", |
| 10 | "detail": "gulp build" |
| 11 | }, |
| 12 | { |
| 13 | "label": "npm: compile-smoke-tests", |
| 14 | "type": "shell", |
| 15 | "command": "npm run compile-smoke-tests", |
| 16 | "group": "build", |
| 17 | "problemMatcher": [] |
| 18 | } |
| 19 | ] |
| 20 | } |