0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed nx reset from entrypoint

This commit is contained in:
Chris Raible 2024-10-10 00:56:11 +01:00
parent 3d4f868c93
commit 99616326d6

View file

@ -5,6 +5,4 @@ rimraf -g '**/node_modules'
yarn install
yarn nx reset
exec "$@"
exec "$@"