10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"ignoreChanges": ["**/test/**", "**/*.md"],
|
|
"useWorkspaces": true,
|
|
"version": "4.0.0",
|
|
"command": {
|
|
"run": {
|
|
"npmClient": "yarn"
|
|
}
|
|
}
|
|
}
|