mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Added default build output folders to Nx config
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1702302128529339 - Nx doesn't know the what the output of these apps is, so it can't restore the cache - this adds the 3 folders which we use to output the build assets
This commit is contained in:
parent
8ab693d74d
commit
1f0d874ea2
1 changed files with 7 additions and 0 deletions
7
nx.json
7
nx.json
|
@ -22,6 +22,13 @@
|
|||
]
|
||||
},
|
||||
"targetDefaults": {
|
||||
"build": {
|
||||
"outputs": [
|
||||
"{projectRoot}/dist",
|
||||
"{projectRoot}/es",
|
||||
"{projectRoot}/umd"
|
||||
]
|
||||
},
|
||||
"build:ts": {
|
||||
"dependsOn": [
|
||||
"^build:ts"
|
||||
|
|
Loading…
Reference in a new issue