Skip to content

Commit

Permalink
Webpacker: There is no check_yarn_integrity anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Apr 22, 2020
1 parent 3fc9a77 commit 0b0cb3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Yarn packages
run: yarn install
run: yarn install --frozen-lockfile

- name: Lint with ESLint
run: yarn lint
Expand Down
4 changes: 0 additions & 4 deletions config/webpacker.yml
Expand Up @@ -6,7 +6,6 @@ default: &default
public_root_path: public
public_output_path: packs
cache_path: tmp/cache/webpacker
check_yarn_integrity: false
webpack_compile_output: true

# Additional paths webpack should lookup modules
Expand Down Expand Up @@ -53,9 +52,6 @@ development:
<<: *default
compile: true

# Verifies that correct packages and versions are installed by inspecting package.json, yarn.lock, and node_modules
check_yarn_integrity: true

# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
https: false
Expand Down

0 comments on commit 0b0cb3e

Please sign in to comment.