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 3b0d770 commit 1a09e04Copy full SHA for 1a09e04
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