Skip to content

Commit

Permalink
Update JJ push command for JJ 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rdamazio committed Nov 9, 2024
1 parent 958e9a1 commit 97b2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"spell:fix": "codespell -w -i 3 src/",
"prepush": "npm install && npm run lint && npm run format && npm run spell && npm run test:headless && npx -y @bugron/validate-dependabot-yaml@latest",
"prepush:fix": "npm run format:fix && npm run spell:fix",
"push": "jj branch set -r @- main && jj git push -b main"
"push": "jj bookmark move main --to @- && jj git push -b main"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 97b2c09

Please sign in to comment.