0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.github/scripts
Chris Raible ec59aa39c5
Rewrote clean.sh script in javascript (#21909)
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.
2024-12-17 18:00:38 -08:00
..
bump-version.js Exported Git commit hash from update script 2024-09-24 14:08:38 +02:00
clean.js Rewrote clean.sh script in javascript (#21909) 2024-12-17 18:00:38 -08:00
dev.js Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
setup.js Added Dev Container setup (#21279) 2024-10-24 11:15:08 -07:00