0
Fork 0
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:
Daniel Lockyer 2024-09-11 15:53:00 +02:00 committed by Daniel Lockyer
parent 23ffdaf860
commit 8325fb85b2

View file

@ -34,6 +34,7 @@
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/es",
"{projectRoot}/types",
"{projectRoot}/umd"
]
},