Skip to content

Commit

Permalink
go build
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Jan 13, 2024
1 parent 4ad5db7 commit e83ee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:plugin": "pnpm -F plugin run build",
"build:main": "pnpm -F main run build",
"build:renderer": "pnpm -F renderer run build",
"build:server": "cd internal && cross-env GIN_MODE=release go build -o ../packages/main/bin/win32/server.exe",
"build:server": "cd internal && go install && cross-env GIN_MODE=release go build -o ../packages/main/bin/win32/server.exe",
"pack": "pnpm -F media-downloader run pack",
"release": "pnpm run build && pnpm -F main run release",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit e83ee19

Please sign in to comment.