Skip to content

Commit

Permalink
Fix twenty-front to take twenty-shared into account
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Dec 17, 2024
1 parent e0dfa95 commit d0f7270
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/twenty-front/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d0f7270

Please sign in to comment.