Added build:dev action as local dependency for build:dev

refs https://github.com/TryGhost/DevOps/issues/80

- this is needed so we run the local `build:dev` and not just the one
  for Admin-X-Settings
This commit is contained in:
Daniel Lockyer 2023-09-19 12:48:39 +02:00 committed by Daniel Lockyer
parent 09a36a81d1
commit 723afd9fe1

View File

@ -186,6 +186,7 @@
"targets": {
"build:dev": {
"dependsOn": [
"build:dev",
{
"projects": [
"@tryghost/admin-x-settings"