We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b694837 commit 5fe144eCopy full SHA for 5fe144e
.github/workflows/cicd.yml
@@ -54,7 +54,7 @@ jobs:
54
run: npm install netlify-cli -g --omit=dev
55
56
- name: Run Build
57
- run: npm run build
+ run: npm install && npm run build
58
59
- name: Add netlify.toml File for Headers
60
run: |
0 commit comments