diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4ad0cf8d..10d79610 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 diff --git a/config/webpacker.yml b/config/webpacker.yml index 5dc62552..2e87966e 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -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 @@ -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