File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 cache : " npm"
2222 cache-dependency-path : " web/package-lock.json"
2323 - name : Build Frontend
24- run : VITE_VERSION=${{ github.ref_name }} npm install && npm run build
24+ run : npm install && VITE_VERSION=${{ github.ref_name }} npm run build
2525 working-directory : ./web
2626 - name : Setup Go
2727 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 2121 cache : " npm"
2222 cache-dependency-path : " web/package-lock.json"
2323 - name : Build Frontend
24- run : VITE_VERSION=${{ github.ref_name }} npm install && npm run build
24+ run : npm install && VITE_VERSION=${{ github.ref_name }} npm run build
2525 working-directory : ./web
2626 - name : Setup Go
2727 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 2424 cache : " npm"
2525 cache-dependency-path : " web/package-lock.json"
2626 - name : Build Frontend
27- run : VITE_VERSION=${{ github.ref_name }} npm install && npm run build
27+ run : npm install && VITE_VERSION=${{ github.ref_name }} npm run build
2828 working-directory : ./web
2929 - name : Setup Go
3030 uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments