PackageHelper/yarninstall.sh

8 lines
128 B
Bash
Executable File

#!/bin/sh
yarn install --production
# Install frontend dependencies with Yarn, in www folder
cd www
yarn install --production