Skip to content

Commit 9953f0b

Browse files
authored
fix: remove extra '-' that breaks build job step
1 parent 36bdee2 commit 9953f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm install
2828

2929
- name: Verify build
30-
- run: npm run build
30+
run: npm run build
3131

3232
lint:
3333
timeout-minutes: 5

0 commit comments

Comments
 (0)