We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7a296 commit f3dcdbdCopy full SHA for f3dcdbd
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '18'
20
21
- name: Install Netlify CLI
22
- run: npm install -g netlify-cli
+ run: npm install -g netlify-cli && npm install && npm run build
23
24
- name: Deploy to Netlify
25
run: netlify deploy --prod
0 commit comments