Skip to content

Commit

Permalink
build:prod:base
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 9, 2023
1 parent 8151671 commit d7a5802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: cd ./ui/ && npm install --legacy-peer-deps

- name : npm build
run: cd ./ui/ && npm run build:prod --legacy-peer-deps
run: cd ./ui/ && npm run build:prod:base --legacy-peer-deps

- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
Expand Down

0 comments on commit d7a5802

Please sign in to comment.