Skip to content

Commit

Permalink
chore: update build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Jun 1, 2024
1 parent 4e54ec3 commit 1dc686f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ jobs:
go-version: 1.22
check-latest: true
cache: true
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: pnpm
cache-dependency-path: "web/pnpm-lock.yaml"
- run: pnpm install
working-directory: web
- run: pnpm release
working-directory: web
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "vite build --mode release --outDir=../server/router/frontend/dist --emptyOutDir",
"lint": "eslint --ext .js,.ts,.tsx, src",
"type-check": "tsc --noEmit",
"postinstall": "cd ../proto && buf generate"
Expand Down

0 comments on commit 1dc686f

Please sign in to comment.