mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
ec59aa39c5
ref https://linear.app/ghost/issue/ENG-1958/rewrite-cleansh-in-js - This script removes all node_modules, clears the yarn cache, nx cache, and deletes all build artifacts to provide a "fresh start". It's particularly useful for switching back and forth between local vs docker development environments because some of the node_modules (and therefore the caches) are built specifically for the architecture of whatever "host" they are built on. - The script works fine, but it's written in bash which isn't super easy to extend/modify and most of this repo is in JavaScript, so this commit just rewrites the bash script in JS for easier maintainability. |
||
---|---|---|
.. | ||
actions/restore-cache | ||
hooks | ||
ISSUE_TEMPLATE | ||
scripts | ||
workflows | ||
CODE_OF_CONDUCT.md | ||
codecov.yml | ||
CONTRIBUTING.md | ||
FUNDING.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
SUPPORT.md |