Changes
Page history
rm hooks
authored
Mar 01, 2020
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
how-to-build.md
View page @
2b8e9623
...
...
@@ -63,13 +63,18 @@ You might need to restart it after major commits with new dependencies.
$
yarn
$
react-native run-android
```
-
You may also need
to rebuild the storybook
, which is checked with pre-commit (or do a
`git clean`
to remove the commit syntax checking)
-
If you want
to rebuild the storybook
```
bash
yarn add
--dev
jest
yarn global add jest
jest
--updateSnapshot
```
Remove checks with pre-commit (syntax checks)
`rm -f .git/hooks/*`
For a release build, install keystore https://git.fairkom.net/chat/fairchat.ReactNative/issues/23 and run
```
bash
...
...
...
...