2016-04-06 04:50:36 +08:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"path": ".",
|
2018-08-25 03:08:21 +08:00
|
|
|
"file_exclude_patterns": ["*.sublime-workspace"],
|
|
|
|
|
"folder_exclude_patterns": ["dist"]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"build_systems": [
|
|
|
|
|
{
|
|
|
|
|
"name": "yarn test",
|
|
|
|
|
"cmd": ["yarn", "test"],
|
|
|
|
|
"file_regex": "\\((...*?):([0-9]*):([0-9]*)\\)",
|
|
|
|
|
"working_dir": "$project_path"
|
2016-04-06 04:50:36 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|