aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 05:59:50 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 05:59:50 +0000
commitafcf7ff26eb486ac1b60dfbd4eced8c75bed84af (patch)
treec279993e5b212fd00f4a823c27a87525976ddb87 /.github
parentcb4b6835b50e733d4fdae0e899ffeeed43e2d6d8 (diff)
downloadsubmelon.dev-afcf7ff26eb486ac1b60dfbd4eced8c75bed84af.tar.gz
submelon.dev-afcf7ff26eb486ac1b60dfbd4eced8c75bed84af.tar.bz2
submelon.dev-afcf7ff26eb486ac1b60dfbd4eced8c75bed84af.zip
Remove other eslint packages
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9ad14a3..43e68cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install Node.js packages
- run: yarn install --immutable --immutable-cache --check-cache
+ run: yarn install --immutable --immutable-cache
- name: Run Eleventy Build
run: yarn build