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
2 changes: 1 addition & 1 deletion .github/workflows/penpal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Build Tauri app for the target architecture
- name: Build Tauri app
working-directory: apps/penpal/frontend
run: pnpm run tauri:build -- --target ${{ matrix.target }}
run: pnpm tauri build --target ${{ matrix.target }}

# Package into distributable zip
- name: Package
Expand Down
1 change: 0 additions & 1 deletion apps/penpal/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@types/react-dom": "^19.0.0",
"@types/unist": "^3.0.3",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^10.0.0",
"jsdom": "^28.0.0",
"postcss": "^8.4.0",
Expand Down
3 changes: 1 addition & 2 deletions apps/penpal/frontend/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
'@tailwindcss/postcss': {},
},
};
1 change: 1 addition & 0 deletions bin/.go-1.26.0.pkg
1 change: 1 addition & 0 deletions bin/go
1 change: 1 addition & 0 deletions bin/gofmt
31 changes: 2 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.