mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
Removed yarn
from main:submodules
- we don't really need to run `yarn` here, as it pulls down all the dependencies for the 2 themes - we rarely need these locally, and it's also slowing down CI, so we can just remove it from here for now
This commit is contained in:
parent
7fc092447d
commit
3aaa5d3a70
@ -39,7 +39,7 @@
|
||||
"test:unit": "nx run-many -t test:unit",
|
||||
"main": "yarn main:monorepo && yarn main:submodules",
|
||||
"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\"",
|
||||
"prepare": "husky install .github/hooks",
|
||||
"tb": "docker run --rm -v $(pwd):/ghost -w /ghost/ghost/tinybird -it tinybirdco/tinybird-cli-docker"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user