Skip to content

Commit f3dcdbd

Browse files
committed
updates
1 parent ec7a296 commit f3dcdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '18'
2020

2121
- name: Install Netlify CLI
22-
run: npm install -g netlify-cli
22+
run: npm install -g netlify-cli && npm install && npm run build
2323

2424
- name: Deploy to Netlify
2525
run: netlify deploy --prod

0 commit comments

Comments
 (0)