We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ef7a1 commit 0a6c5f0Copy full SHA for 0a6c5f0
.github/workflows/actions/build/action.yml
@@ -17,3 +17,7 @@ runs:
17
- name: Install dependencies
18
run: pnpm install
19
shell: bash
20
+
21
+ - name: Build
22
+ shell: bash
23
+ run: pnpm build
0 commit comments