Ghost/ghost/core
Daniel Lockyer c376587288
Moved yarn main functionality up to root yarn script
- since we've turned the repo into a monorepo, the `yarn main` scripts
  have lived in their original place under `ghost/core` package.json and
  Gruntfile.js
- for one, we want to remove grunt because it's terribly old and our use
  is hacked together
- secondly, `yarn main` applies to the monorepo + submodules as a whole,
  and not just the Ghost core folder
- this commit extracts the functionality into yarn scripts in the
  top-level and removes the dependency that was required
2022-07-25 18:30:21 +02:00
..
content Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
core Added comment events to activity feed (#15064) 2022-07-25 17:48:23 +02:00
test Added comment events to activity feed (#15064) 2022-07-25 17:48:23 +02:00
.c8rc.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.gitignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.npmignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
Gruntfile.js Moved yarn main functionality up to root yarn script 2022-07-25 18:30:21 +02:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
loggingrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Moved yarn main functionality up to root yarn script 2022-07-25 18:30:21 +02:00