forked from Netsyms/PackageHelper
Add yarn install script
This commit is contained in:
parent
93296b5365
commit
6f1e992872
7
yarninstall.sh
Normal file
7
yarninstall.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
yarn install --production
|
||||
|
||||
# Install frontend dependencies with Yarn, in www folder
|
||||
cd www
|
||||
yarn install --production
|
Loading…
x
Reference in New Issue
Block a user