Skip to content
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:unit": "yarn workspaces foreach -Ap run test",
"test:e2e": "yarn workspaces foreach -A --include '@fishjam-e2e/*' run e2e",
"gen:proto": "yarn workspace @fishjam-cloud/protobufs gen:proto",
"tsc": "yarn workspaces foreach -Ap run tsc || echo '❌ Type errors! ❌' ",
"tsc": "yarn workspaces foreach -Ap run tsc",
"format:root": "prettier . --write",
"format:root:check": "prettier . --check",
"format": "yarn format:root & yarn workspaces foreach -A -p run format || echo '❌ Formatting issues! ❌'",
Expand Down
Loading