We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b6dfb7 + 1a09e04 commit 82bea27Copy full SHA for 82bea27
1 file changed
.github/workflows/release.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: npm ci
21
22
+ - name: Install npm dependencies
23
+ run: npm ci
24
+
25
- name: Build
26
run: npm run build
27
0 commit comments