1 parent 4f97762 commit 9d6302bCopy full SHA for 9d6302b
1 file changed
.github/workflows/escape-room.yml
@@ -9,5 +9,7 @@ jobs:
9
run: npm install
10
- name: Run tests
11
run: npm test
12
+ - name: Install Vercel CLI
13
+ run: npm install -g vercel
14
- name: Deploy Preview
15
run: vercel --prod --token=$VERCEL_TOKEN
0 commit comments