1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Use Yarn to install JS dependencies

I thought I was already doing this?!?
This commit is contained in:
Daniel Barber 2019-05-09 08:50:53 -04:00
parent 950b72b697
commit 9304ba44cb
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -15,7 +15,7 @@ mix ecto.create
mix ecto.migrate
# Grab JS dependencies from NPM
echo "Installing npm dependencies"
echo "Installing js dependencies"
cd assets
npm install
yarn install
cd ..