Move to yarn

This commit is contained in:
Sander Spies 2020-03-04 19:39:06 +01:00
parent b8ecb79ba6
commit e66ddd78ba

View File

@ -62,11 +62,11 @@ dont-merge-to-master:
# copy .deb packages into website
- find dist -name \*.deb -exec sh -c 'cp {} gitlab-pages/website/static/deb/ligo_$(basename $(dirname {})).deb' \;
# npm
# yarn
- cd gitlab-pages/website
- npm install
- yarn install
script:
- npm run build
- yarn build
# move internal odoc documentation to the website folder
- mv ../../_build/default/_doc/_html/ build/odoc
after_script: