List of useful aliases for Mina developers #13674
dannywillems
started this conversation in
Show and tell
Replies: 1 comment
-
Updated with new functions, using mina-env first, and setting up with the correct nvm and go versions.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my shell config, I have added a few shell aliases to facilitate the builds, tests run, etc of the Mina codebase. Here the list. I will try to keep it up-to-date. Feel free to share yours:
To run the SnarkyJS tests locally (can be found in
README-dev.md
too):You can also run exactly the CI using act:
IMPORTANT
Never rebase on top of other people commits. Use
git merge
.For instance, you have a branch
B1
that needs to be merged indevelop
and a PR is opened, but it is outdated withdevelop
, and you need the latest change fromdevelop
inB1
before merging it.Use
Beta Was this translation helpful? Give feedback.
All reactions