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 75021a0 commit 19f4286Copy full SHA for 19f4286
.github/actions/meson-format-action/action.yml
@@ -24,7 +24,7 @@ runs:
24
shell: bash
25
run: |
26
cd "${{github.action_path}}"
27
- npm ci
+ npm ci --production
28
29
# NOTE: meson has no dependencies, so --break-system-packages doesn't really break anything!
30
- name: Setup meson
0 commit comments