Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --filter @fedimod/fires-server

- name: Check formatting
run: pnpm --filter @fedimod/fires-server -r format:check
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --filter @fedimod/fires-server

- name: Run migrations
run: pnpm --filter @fedimod/fires-server -r migrate:fresh
Expand Down
3 changes: 1 addition & 2 deletions components/fires-server/resources/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
margin-top: 6rem;
}

main :is(a[href*="://"], a[target="_blank"]):not(:is(.no-icon, svg a, :has(img, svg)))
{
main :is(a[href*='://'], a[target='_blank']):not(:is(.no-icon, svg a, :has(img, svg))) {
white-space: collapse nowrap;
text-wrap-mode: nowrap;

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"rollup": "^4.34.9",
"rollup": "^4.53.3",
"vite": "^6.4.1",
"vitepress": "2.0.0-alpha.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fedimod/fires",
"private": true,
"type": "module",
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
"scripts": {
"changeset": "changeset",
"ci:version": "changeset version && prettier --write **/CHANGELOG.md && git add package.json **/CHANGELOG.md",
Expand All @@ -15,4 +15,4 @@
"prettier": "^3.5.3",
"rimraf": "^6.1.2"
}
}
}
Loading