run yarn install

This commit is contained in:
Aaron Bieber 2021-01-20 07:32:56 -07:00
parent 4fc860e445
commit 7a9c58d038

View File

@ -28,7 +28,7 @@ jobs:
run: git clone https://github.com/200ok-ch/organice organice_repo
- name: Build Organice
run: cd organice_repo && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
run: cd organice_repo && yarn install && yarn build && yarn cache clean && rm -rf node_modules && rm -rf .git
- name: Copy Organice into gavin
run: cp -r organice_repo/build organice