Skip to content

Commit

Permalink
RELEASE.md: Add instruction to pull new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-weindel committed Mar 27, 2024
1 parent af66529 commit 6da9429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ git checkout main
# Stash any untracked + uncomitted changes
git stash -u
# Pull any new commits from GitHub
git pull
# Run the unit tests
pnpm test
Expand Down

0 comments on commit 6da9429

Please sign in to comment.