From 954a6fa4b4068440834a0934e6c1480dc63d0f58 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Thu, 30 Jul 2020 06:11:02 +0700 Subject: [PATCH] Added remarks about github actions to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 522cf98..a19c13f 100644 --- a/README.md +++ b/README.md @@ -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.