We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1ce32 commit b770042Copy full SHA for b770042
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: npm build
35
shell: bash
36
run: |
37
+ npm install
38
npm run build
39
40
- name: Deploy Preview
0 commit comments