mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 19:32:54 +03:00
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:
parent
a398a0e57d
commit
714845b02d
@ -27,7 +27,7 @@
|
|||||||
"start": "yarn workspace ghost run start",
|
"start": "yarn workspace ghost run start",
|
||||||
"test": "yarn workspaces run test",
|
"test": "yarn workspaces run test",
|
||||||
"main": "yarn main:monorepo && yarn main:submodules",
|
"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\""
|
"main:submodules": "git submodule sync && git submodule update && git submodule foreach \"git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn\""
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
Loading…
Reference in New Issue
Block a user