We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e780c commit 95c61d7Copy full SHA for 95c61d7
.github/workflows/ci_check_build.yml
@@ -20,7 +20,7 @@ jobs:
20
cache-dependency-path: 'admin-web/package-lock.json'
21
22
- name: build admin-web
23
- run: cd admin-web && npm run build && cd ../
+ run: cd admin-web && npm run build:prod && cd ../
24
25
- uses: coursier/cache-action@v6
26
- uses: coursier/setup-action@v1
0 commit comments