{
	"version": "2.0.0",
	"command": "yarn",
	"type": "shell",
	"presentation": {
		"reveal": "always"
	},
	"tasks": [{
		"group": "build",
		"label": "build",
		"args": ["build"]
	}]
}
