parlr / ruby-font-creator

Generate rich Unicode open fonts with custom annotations, transliterations, pronunciations.
21 stars 3 forks source link

Update yarn command #39

Closed edouard-lopez closed 6 years ago

edouard-lopez commented 6 years ago

remove useless syntax and deprecated option from build command

hugolpz commented 6 years ago

@edouard-lopez : conflict, needs your help.

edouard-lopez commented 6 years ago

I had to update the master branch:

git checkout master 
git pull --rebase

Then rebase the pull request on top of it and repush

git checkout update-yarn-command 
git rebase master
git push --force

You can now proceed