We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b4cd7 commit 0ea3625Copy full SHA for 0ea3625
CONTRIBUTING.md
@@ -61,7 +61,6 @@ git checkout -b <my-fix-branch> master
61
- Rebase your changes to the latest master: `git pull --rebase upstream master`.
62
- Ensure all unit test are green. How?
63
- Go to `seed-tests`
64
- - Delete `seed-copy` if existing
65
- Run `npm install`
66
- Run `npm run test.ios` or `npm run test.android`
67
- Ensure your changes pass tslint validation. (run `npm run tslint` in the root of the repo).
0 commit comments