mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
8211ada0d8
* Nx * Updates * Format * fetch-depth * Update * Fix
41 lines
742 B
JSON
41 lines
742 B
JSON
{
|
|
"extends": "nx/presets/npm.json",
|
|
"npmScope": "undetermined",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": ["build", "test", "lint", "package", "prepare"]
|
|
}
|
|
}
|
|
},
|
|
"targetDependencies": {
|
|
"build": [
|
|
{
|
|
"target": "build",
|
|
"projects": "dependencies"
|
|
}
|
|
],
|
|
"prepare": [
|
|
{
|
|
"target": "prepare",
|
|
"projects": "dependencies"
|
|
}
|
|
],
|
|
"package": [
|
|
{
|
|
"target": "package",
|
|
"projects": "dependencies"
|
|
}
|
|
]
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"pluginsConfig": {
|
|
"@nrwl/js": {
|
|
"analyzeSourceFiles": false
|
|
}
|
|
}
|
|
}
|