From 8a4eeb9426d1f84208059450fbc7dc584a41c30a Mon Sep 17 00:00:00 2001 From: Artem Malko Date: Mon, 6 Dec 2021 00:21:40 +0700 Subject: [PATCH] Just test for webpack cache --- .github/workflows/ci.yml | 2 +- test/cached-build.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6566458..82e18e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: npm install - name: Run Tests - run: npm run ci + run: npm run ci && npm run ci automerge: needs: build diff --git a/test/cached-build.test.js b/test/cached-build.test.js index 39a38ae..d2e1806 100644 --- a/test/cached-build.test.js +++ b/test/cached-build.test.js @@ -11,7 +11,7 @@ function runBuild(distFolder, onDone) { webpack( { context: resolve(__dirname, 'fixtures'), - mode: 'production', + mode: 'development', target: 'node', entry: { first: './first.js',