Skip to content

Commit 5fe144e

Browse files
committed
fix: ci cd
1 parent b694837 commit 5fe144e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm install netlify-cli -g --omit=dev
5555

5656
- name: Run Build
57-
run: npm run build
57+
run: npm install && npm run build
5858

5959
- name: Add netlify.toml File for Headers
6060
run: |

0 commit comments

Comments
 (0)