@@ -23,8 +23,8 @@ jobs:
CI: ""
run: |
cd web
- npm install
- REACT_APP_VERSION=$(git describe --tags) npm run build
+ bun install
+ REACT_APP_VERSION=$(git describe --tags) bun run build
cd ..
- name: Set up Go
uses: actions/setup-go@v3
@@ -26,8 +26,8 @@ jobs: