Skip to content

Commit

Permalink
fix: Update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 27, 2024
1 parent 6acdecc commit fb6e651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: build --rm-dist --snapshot --single-target
args: build --clean --snapshot --single-target
workdir: backend

frontend-build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pnpm run start
```bash
# Build with goreleaser
cd backend
goreleaser build --rm-dist --snapshot
goreleaser build --clean --snapshot

# Build with go mod (for develop)
cd backend
Expand Down
2 changes: 1 addition & 1 deletion electron-app/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build-backend:
cd ../backend && goreleaser build --rm-dist --snapshot
cd ../backend && goreleaser build --clean --snapshot

build-frontend:
pnpm install
Expand Down

0 comments on commit fb6e651

Please sign in to comment.