mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
c376587288
- 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 |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
Gruntfile.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json |