mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Fixed TS types being cached by Nx
ref https://linear.app/tryghost/issue/DEV-20/faster-builds - we need these to be cache so we can restore them in subsequent builds
This commit is contained in:
parent
23ffdaf860
commit
8325fb85b2
1 changed files with 1 additions and 0 deletions
1
nx.json
1
nx.json
|
@ -34,6 +34,7 @@
|
|||
"outputs": [
|
||||
"{projectRoot}/dist",
|
||||
"{projectRoot}/es",
|
||||
"{projectRoot}/types",
|
||||
"{projectRoot}/umd"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue