Skip to content

Commit

Permalink
Revert CircleCI and some webpack changes to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Nov 20, 2019
1 parent d52e27f commit 6b99941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Expand Up @@ -9,7 +9,6 @@ aliases:
DB_HOST: localhost
DB_USER: root
RAILS_ENV: test
NODE_ENV: test
PARALLEL_TEST_PROCESSORS: 4
ALLOW_NOPAM: true
CONTINUOUS_INTEGRATION: true
Expand Down Expand Up @@ -122,10 +121,7 @@ jobs:
steps:
- *attach_workspace
- *install_system_dependencies
- run:
name: Precompile assets
command: ./bin/rails assets:precompile
no_output_timeout: 40m
- run: ./bin/rails assets:precompile
- persist_to_workspace:
root: ~/projects/
paths:
Expand Down
3 changes: 0 additions & 3 deletions config/webpack/tests.js
Expand Up @@ -5,7 +5,4 @@ const sharedConfig = require('./shared.js');

module.exports = merge(sharedConfig, {
mode: 'development',
optimization: {
minimize: false,
},
});

0 comments on commit 6b99941

Please sign in to comment.