mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-17 19:42:01 +02:00
There doesn't seem to be any way to stop nx wanting to add this config setting, so I think we just have to add it.
14 lines
295 B
JSON
14 lines
295 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"defaultBase": "develop",
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build", "prebuild:*"]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"src": ["{projectRoot}/src/**/*"]
|
|
},
|
|
"analytics": true
|
|
}
|