mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
🐛 Fixed ghost.min.css
asset compilation
refs https://github.com/TryGhost/DevOps/issues/48 - due to changes in the build workflow, we no longer depended on `ghost`'s own `build` before producing the tarball - as a result, the minified css was not produced and private pages were unstyled - this adds our own `build` step to the list of dependencies for `archive`
This commit is contained in:
parent
b74e29aa70
commit
b7aac3e360
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@
|
|||
"targets": {
|
||||
"archive": {
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"^build:ts",
|
||||
{
|
||||
"projects": [
|
||||
|
|
Loading…
Add table
Reference in a new issue