Skip to content

Commit 78f8474

Browse files
committed
[FIX] Fix installation step
1 parent e8d6ca9 commit 78f8474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm install -g npm@latest
5757

5858
- name: Clean install
59-
run: npm ci
59+
run: npm install
6060

6161
- name: Build
6262
run: npm run build --if-present

0 commit comments

Comments
 (0)