Skip to content

Commit 5185756

Browse files
authored
Fix build command in test-deploy workflow
1 parent ef3ab6b commit 5185756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Test build website
26-
run: npm build
26+
run: npm run build

0 commit comments

Comments
 (0)