fix: yarn install command

This commit is contained in:
Karol Sójko 2022-06-20 10:56:30 +02:00
parent 233f8fba98
commit af68201a81
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0

View file

@ -32,7 +32,7 @@ jobs:
with:
node-version: '16.x'
- run: yarn install --pure-lockfile
- run: yarn install
- name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }}