Skip to content
Julian Y edited this page Apr 18, 2022 · 2 revisions

Merging from upstream

Run:

git fetch upstream
git merge upstream/main

Fix merge conflicts.

At a minimum, run:

nvm use
yarn setup
yarn test
yarn lint
Clone this wiki locally