diff --git a/README.md b/README.md index 1d181cf2b..c67268936 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,13 @@ We have feature tests in /spec/features Run the tests with `rspec`. +## CI configuration +Add those lines to your CI scripts after `bundle install` +``` +npm install +cd client && npm run build:client && npm run build:server +``` + # Linting and Code Inspection ## Running Lint and CI tasks * Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`)