diff options
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r-- | config/webpacker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml index 0baff662b..1745a1798 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -75,7 +75,7 @@ development: test: <<: *default - # CircleCI precompiles packs prior to running the tests. + # CI precompiles packs prior to running the tests. # Also avoids race conditions in parallel_tests. compile: false |