Skip to content

Commit 88df62b

Browse files
committed
Merge pull request #98 from szyablitsky/readme-ci-section
Upadate README
2 parents 05a6d44 + c284074 commit 88df62b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,13 @@ We have feature tests in /spec/features
250250

251251
Run the tests with `rspec`.
252252

253+
## CI configuration
254+
Add those lines to your CI scripts after `bundle install`
255+
```
256+
npm install
257+
cd client && npm run build:client && npm run build:server
258+
```
259+
253260
# Linting and Code Inspection
254261
## Running Lint and CI tasks
255262
* Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`)

0 commit comments

Comments
 (0)