Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: prettier adjustments #424

Merged
merged 3 commits into from
Dec 21, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'dist/'
path: './dist/'

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion apps/client/.prettierignore → .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ coverage
pnpm-lock.yaml

CHANGELOG.md
public/mockServiceWorker.js
apps/**/public/mockServiceWorker.js
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"npm.packageManager": "pnpm",
"typescript.preferences.preferTypeOnlyAutoImports": true
"typescript.preferences.preferTypeOnlyAutoImports": true,
"github-actions.workflows.pinned.workflows": [
"dynamic/pages/pages-build-deployment"
]
}
2 changes: 1 addition & 1 deletion apps/client/app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Header() {
}, []);

return (
<nav className="navbar mb-3 bg-neutral text-neutral-content">
<nav className="navbar bg-neutral text-neutral-content mb-3">
<div className="flex-1">
<Link to="/" className="btn btn-ghost text-xl normal-case">
Microblogging
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading