mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Fixed yarn fix
command
- we no longer need to have subcommands because the Admin dependencies are in the top-level `node_modules` folder
This commit is contained in:
parent
2854f6151c
commit
b12b1c9290
@ -20,9 +20,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "yarn workspace ghost run dev",
|
||||
"fix:admin": "yarn cache clean && cd ghost/core/core/admin && rm -rf node_modules tmp dist && yarn && cd ../../../..",
|
||||
"fix:backend": "yarn cache clean && rm -rf node_modules && yarn",
|
||||
"fix": "yarn fix:admin && yarn fix:backend",
|
||||
"fix": "yarn cache clean && rm -rf node_modules && yarn",
|
||||
"knex-migrator": "yarn workspace ghost run knex-migrator",
|
||||
"lint": "yarn workspaces run lint",
|
||||
"setup": "yarn && yarn workspace ghost run setup",
|
||||
|
Loading…
Reference in New Issue
Block a user