Added remarks about github actions to README.md

This commit is contained in:
Bobby Wibowo 2020-07-30 06:11:02 +07:00
parent ef2f682cf1
commit 954a6fa4b4
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ During development, the rebuilt files will be saved in `dist-dev` directory inst
Once you feel like your modifications are ready for production usage, you can then run `yarn build` to build production-ready files that will actually go to `dist` directory.
> If you are submitting a Pull Request, running `yarn build` before pushing the commit is NOT necessary. As long as the changes already work well in development mode, you may push the commit as-is.
> This fork uses GitHub Actions to automatically rebuild client assets after every commit that modifies the source files in `src` directory.
## Failing to build dependencies
Some dependencies may fail to build with Python 2.x, in particular `sqlite3` package.