5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
rm yarn.lock
|
|
rm -rf node_modules
|
|
rm -rf .cache
|
|
yarn install
|
|
gridsome develop |