Skip to content

Commit deb0dad

Browse files
fix: fix deploy workflow
1 parent 28a5c92 commit deb0dad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
cp -r apps/dice-verse/dist dist/dice-verse
5353
5454
- name: Install dependencies
55-
run: |
56-
cd apps/spin-art
57-
npm ci
55+
run: |
56+
cd apps/spin-art
57+
npm ci
5858
5959
- name: Build spin-art
6060
run: |

0 commit comments

Comments
 (0)