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:
parent
9b43bf38d0
commit
4485d46d85
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue