💚 Add yarn install to CI for bundle analysis

This commit is contained in:
ajnart
2023-05-15 17:27:52 +09:00
parent 141004c39f
commit b35bbedb77

View File

@@ -55,6 +55,8 @@ jobs:
# change this if you prefer a more strict cache
key: ${{ runner.os }}-build-${{ env.cache-name }}
- run: yarn install
- name: Build next.js app
# change this if your site requires a custom build command
run: yarn turbo build