2019-01-07 19:55:01 -07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
yarn install
|
|
|
|
|
|
|
|
# Install frontend dependencies with Yarn, in www folder
|
|
|
|
cd www
|
2020-09-18 13:32:14 -06:00
|
|
|
# force a full update so the bloat script doesn't fail on missing files
|
|
|
|
rm -r node_modules
|
2019-01-07 19:55:01 -07:00
|
|
|
yarn install
|