Skip to content

Commit

Permalink
update npm build command to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborhercz committed Apr 18, 2024
1 parent f5b4f0f commit b8025d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Building the project
working-directory: ./static/UI
run: npm run build
run: vite build

- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Building the project
working-directory: ./static/UI
run: npm run build
run: vite build

- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
version: latest
args: release --skip-validate --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Binary file modified toolbox
100755 → 100644
Binary file not shown.

0 comments on commit b8025d3

Please sign in to comment.