0
Fork 0
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:
Daniel Lockyer 2023-07-19 14:51:17 +02:00
parent b74e29aa70
commit b7aac3e360
No known key found for this signature in database

View file

@ -265,6 +265,7 @@
"targets": {
"archive": {
"dependsOn": [
"build",
"^build:ts",
{
"projects": [