Fix twenty-front to take twenty-shared into account

This commit is contained in:
Charles Bochet
2024-12-17 16:07:03 +01:00
parent e0dfa9519a
commit d0f7270c28

View File

@ -8,7 +8,15 @@
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "{projectRoot}/build"
}
},
"dependsOn": ["^build"]
},
"build:sourcemaps": {
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "{projectRoot}/build"
},
"dependsOn": ["^build"]
},
"serve": {
"executor": "nx:run-commands",