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 2e77ecb commit 1bf0230Copy full SHA for 1bf0230
.github/workflows/generate.yml
@@ -63,7 +63,7 @@ jobs:
63
cache: 'npm'
64
65
- name: Install dependencies
66
- run: npm ci --prod
+ run: npm ci
67
68
- name: Create output directory
69
run: mkdir -p out/${{ matrix.target }}
0 commit comments