Skip to content

Commit ac8da7e

Browse files
committed
build: fix npm run build
1 parent b607b84 commit ac8da7e

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build | Build UI (webapp)
4444
run: |
4545
cd webapp
46-
npm build
46+
npm run build
4747
#pnpm build
4848
4949
- name: Upload build artifacts

0 commit comments

Comments
 (0)