Files
www_threefold_io/install.sh
2020-11-08 09:21:13 +01:00

5 lines
76 B
Bash
Executable File

rm yarn.lock
rm -rf node_modules
rm -rf .cache
yarn install
gridsome develop