mirror of
https://github.com/d3/d3.git
synced 2025-12-08 19:46:24 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".",
|
|
"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"
|
|
}
|
|
]
|
|
}
|