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 35687a8 commit dedcaadCopy full SHA for dedcaad
.github/workflows/actions/build-and-package/action.yaml
@@ -61,9 +61,12 @@ runs:
61
shell: bash
62
63
- name: Install Dependencies
64
+ run: npm ci --omit=optional
65
+ shell: bash
66
+
67
+ - name: Compile
68
+ run: npm run compile
69
- run: |
- npm ci --omit=optional
70
71
- name: Run Checks
72
run: npm run check
0 commit comments