We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e8c70 commit 91b2a98Copy full SHA for 91b2a98
1 file changed
.github/actions/setup/action.yml
@@ -20,6 +20,10 @@ runs:
20
run: yarn install
21
shell: bash
22
23
+ - name: Build packages
24
+ run: yarn build
25
+ shell: bash
26
+
27
- name: Restore Turbo cache
28
if: inputs.restore-turbo-cache == 'true'
29
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
0 commit comments