Skip to content

Commit

Permalink
fix step order
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Jun 22, 2024
1 parent 9018e11 commit f324c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ To make a release as a core contributor, you will need:
- `git remote -v` - verify your remote origin points to `https://github.com/Turfjs/turf.git`
- `git checkout master`
- `git reset --hard` - reset your local working copy, will lose any uncommitted or unstashed work!
- `git rev-list master...origin/master` - verify local master in sync with remote, command output should be empty
- `git fetch origin` - fetch latest commits
- `git rev-list master...origin/master` - verify local master in sync with remote, command output should be empty
- `pnpm install`
- `pnpm test` - make sure everything is passing

Expand Down

0 comments on commit f324c73

Please sign in to comment.