From cf52c6030eb6ebe88f604de3425b99201f4f9d07 Mon Sep 17 00:00:00 2001 From: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:51:24 +0100 Subject: [PATCH] Cleaning up after removing gulp from codebase (#12117) Co-authored-by: Daniel James Smith --- .eslintignore | 1 - .github/renovate.json | 5 ----- .github/workflows/build-web.yml | 1 - 3 files changed, 7 deletions(-) diff --git a/.eslintignore b/.eslintignore index b6c475d332..c9a25670a9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,7 +8,6 @@ storybook-static **/webpack.*.js **/jest.config.js -**/gulpfile.js apps/browser/config/config.js apps/browser/src/auth/scripts/duo.js diff --git a/.github/renovate.json b/.github/renovate.json index 0172403f0f..446aa789eb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -75,11 +75,6 @@ "concurrently", "cross-env", "del", - "gulp", - "gulp-if", - "gulp-json-editor", - "gulp-replace", - "gulp-zip", "nord", "patch-package", "prettier", diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 350835d0ec..6e5e11c336 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -120,7 +120,6 @@ jobs: whoami node --version npm --version - gulp --version docker --version echo "GitHub ref: $GITHUB_REF" echo "GitHub event: $GITHUB_EVENT"