Skip to content

Commit

Permalink
update: remove arg debug for build in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Nov 7, 2024
1 parent ea76b9c commit e70d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:

- name: Run build
working-directory: ./backend
run: yarn build --debug
run: yarn build
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

- name: Run build
working-directory: ./frontend
run: yarn build --debug
run: yarn build

0 comments on commit e70d9c5

Please sign in to comment.