mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
8 lines
No EOL
88 B
Bash
Executable file
8 lines
No EOL
88 B
Bash
Executable file
#!/bin/bash
|
|
|
|
yarn global add rimraf
|
|
rimraf -g '**/node_modules'
|
|
|
|
yarn install
|
|
|
|
exec "$@" |