mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Restored yarn main
- still a bit of a hack right now but it should pull down the latest changes
This commit is contained in:
parent
48fd5ca8cb
commit
ac3d4d5085
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
"dev": "yarn workspace ghost run dev",
|
||||
"lint": "yarn workspaces run lint",
|
||||
"start": "yarn workspace ghost run start",
|
||||
"test": "yarn workspaces run test"
|
||||
"test": "yarn workspaces run test",
|
||||
"main": "git pull && yarn && yarn workspace ghost run main"
|
||||
},
|
||||
"resolutions": {
|
||||
"@tryghost/logging": "2.2.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue