Fix twenty-front to take twenty-shared into account
This commit is contained in:
@ -8,7 +8,15 @@
|
|||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "{projectRoot}/build"
|
"outputPath": "{projectRoot}/build"
|
||||||
}
|
},
|
||||||
|
"dependsOn": ["^build"]
|
||||||
|
},
|
||||||
|
"build:sourcemaps": {
|
||||||
|
"outputs": ["{options.outputPath}"],
|
||||||
|
"options": {
|
||||||
|
"outputPath": "{projectRoot}/build"
|
||||||
|
},
|
||||||
|
"dependsOn": ["^build"]
|
||||||
},
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
|
|||||||
Reference in New Issue
Block a user