0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Fixed building @tryghost/admin-x-demo project before Admin

refs a93c665d20

- this project needs to be built before Admin because Admin
  symlinks/copies the assets
This commit is contained in:
Daniel Lockyer 2023-11-20 16:36:48 +01:00 committed by Daniel Lockyer
parent 55392646e1
commit 641e0cbbdd

View file

@ -180,6 +180,7 @@
"build:dev",
{
"projects": [
"@tryghost/admin-x-demo",
"@tryghost/admin-x-settings"
],
"target": "build"
@ -191,6 +192,7 @@
"build",
{
"projects": [
"@tryghost/admin-x-demo",
"@tryghost/admin-x-settings"
],
"target": "build"
@ -199,4 +201,4 @@
}
}
}
}
}