chore: fix build cache on publishing workflow

This commit is contained in:
Karol Sójko
2023-02-07 10:26:59 +01:00
parent 2265165fa3
commit fbf7a61bc9
+2 -1
View File
@@ -123,7 +123,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Build packages
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build
- name: Bump version