0
Fork 0
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:
Daniel Lockyer 2022-07-21 10:11:54 +02:00
parent 48fd5ca8cb
commit ac3d4d5085
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -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",