Skip to content

Commit 9d6302b

Browse files
committed
fix
1 parent 4f97762 commit 9d6302b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/escape-room.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99
run: npm install
1010
- name: Run tests
1111
run: npm test
12+
- name: Install Vercel CLI
13+
run: npm install -g vercel
1214
- name: Deploy Preview
1315
run: vercel --prod --token=$VERCEL_TOKEN

0 commit comments

Comments
 (0)