From 714845b02d3e955bf88f52d21d7b88d761f838f0 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 3 Aug 2022 17:14:37 +0200 Subject: [PATCH] Fixed `yarn main` - this was referencing to a use of `subgrunt:init` that no longer exists in the new monorepo w/ Admin setup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e58e8c9363..d91bd1c308 100644 --- a/package.json +++ b/package.json @@ -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": {