We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05a6d44 + c284074 commit 88df62bCopy full SHA for 88df62b
README.md
@@ -250,6 +250,13 @@ We have feature tests in /spec/features
250
251
Run the tests with `rspec`.
252
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
+
260
# Linting and Code Inspection
261
## Running Lint and CI tasks
262
* Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`)
0 commit comments