PackageHelper/yarninstall.sh

8 lines
128 B
Bash
Raw Normal View History

2019-09-11 21:05:13 -06:00
#!/bin/sh
yarn install --production
# Install frontend dependencies with Yarn, in www folder
cd www
yarn install --production