Skip to content

Commit 95c61d7

Browse files
authored
fix ci compile (#17)
1 parent 70e780c commit 95c61d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_check_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache-dependency-path: 'admin-web/package-lock.json'
2121

2222
- name: build admin-web
23-
run: cd admin-web && npm run build && cd ../
23+
run: cd admin-web && npm run build:prod && cd ../
2424

2525
- uses: coursier/cache-action@v6
2626
- uses: coursier/setup-action@v1

0 commit comments

Comments
 (0)