Skip to content

Commit 0da8dc8

Browse files
committed
Fix: updated release step
1 parent fc092b6 commit 0da8dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- run: npm ci
26-
- run: npm run build
26+
- run: npm run prod
2727

2828
- name: Package plugin
2929
run: |

0 commit comments

Comments
 (0)