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

Revert "Added targeted removal of native dependencies to entrypoint"

This reverts commit dbbb0a8d59.
This commit is contained in:
Chris Raible 2024-10-09 23:58:05 +01:00
parent 9b43bf38d0
commit 4485d46d85

View file

@ -1,6 +1,7 @@
#!/bin/bash
find node_modules -type f -name "*.node"-print | xargs rm -rf
yarn global add rimraf
rimraf -g '**/node_modules'
yarn install