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:
parent
55392646e1
commit
641e0cbbdd
1 changed files with 3 additions and 1 deletions
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue