mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-01 19:41:15 +01:00
* feat: add dry run of storybook build in merge queue * Reuse build from storybook build job Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Use nx to build library before building storybook Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"defaultBase": "develop",
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build", "prebuild:*"]
|
|
}
|
|
},
|
|
"namedInputs": {
|
|
"src": ["{projectRoot}/src/**/*"]
|
|
}
|
|
}
|