Fixed yarn main

- this was referencing to a use of `subgrunt:init` that no longer exists
  in the new monorepo w/ Admin setup
This commit is contained in:
Daniel Lockyer 2022-08-03 17:14:37 +02:00
parent a398a0e57d
commit 714845b02d
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -27,7 +27,7 @@
"start": "yarn workspace ghost run start",
"test": "yarn workspaces run test",
"main": "yarn main:monorepo && yarn main:submodules",
"main:monorepo": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn && yarn workspace ghost run grunt subgrunt:init",
"main:monorepo": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn",
"main:submodules": "git submodule sync && git submodule update && git submodule foreach \"git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn\""
},
"resolutions": {