Skip to content

Commit dbb7dcc

Browse files
authored
fix: Update release.yml to call build-all (#149)
1 parent 78a9966 commit dbb7dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
node-version: '22.x'
6464

6565
- run: npm i
66-
- run: npm run build-prod
66+
- run: npm run build-all
6767

6868
- uses: google-github-actions/auth@v1
6969
with:

0 commit comments

Comments
 (0)