mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Configured outputs for Admin build step
ref https://linear.app/tryghost/issue/DEV-20/faster-builds - by doing this, we can tell Nx which files should be restored when the cache is restored
This commit is contained in:
parent
66cb1aee72
commit
2a39053962
1 changed files with 5 additions and 1 deletions
|
@ -193,6 +193,10 @@
|
|||
]
|
||||
},
|
||||
"build": {
|
||||
"outputs": [
|
||||
"{projectRoot}/dist",
|
||||
"{workspaceRoot}/ghost/core/core/built/admin"
|
||||
],
|
||||
"dependsOn": [
|
||||
"build",
|
||||
{
|
||||
|
@ -207,4 +211,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue