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
4 changes: 0 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@
"description": "Checks the code for errors, formatting, and runs the linter.",
"command": "deno check && deno lint && deno fmt --check"
},
"git:rebase": {
"description": "Gets your branch up to date with master after a squash merge.",
"command": "git fetch origin main && git rebase --onto origin/main HEAD"
},
"lgtm:start": {
"description": "Starts the LGTM service.",
"command": "docker compose up -d --wait lgtm"
Expand Down
Loading