Skip to content

Commit

Permalink
fix ci compile (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak authored Jun 16, 2023
1 parent 70e780c commit 95c61d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache-dependency-path: 'admin-web/package-lock.json'

- name: build admin-web
run: cd admin-web && npm run build && cd ../
run: cd admin-web && npm run build:prod && cd ../

- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
Expand Down

0 comments on commit 95c61d7

Please sign in to comment.