Skip to content

Commit

Permalink
chore: update details
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jan 4, 2025
1 parent c95f38e commit 63f4f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build frontend
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x86_64'
run: |
pnpm install
pnpm install --no-frozen-lockfile
cd client
pnpm build
tar -czf dist.tar.gz dist/client
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"backend"
],
"bugs": {
"url": "https://github.com/biyuehu/gal-keeper/issues"
"url": "https://github.com/biyuehu/romi-blog/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biyuehu/gal-keeper.git"
"url": "git+https://github.com/biyuehu/romi-blog.git"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit 63f4f46

Please sign in to comment.