diff --git a/.env b/.env deleted file mode 100644 index 11ed57e43..000000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -# Nx 18 enables using plugins to infer targets by default -# This is disabled for existing workspaces to maintain compatibility -# For more info, see: https://nx.dev/concepts/inferred-tasks -NX_ADD_PLUGINS=false \ No newline at end of file diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index da37e7332..0226dd53a 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -28,14 +28,6 @@ jobs: - run: yarn install --immutable - - name: Cache .nx folder - uses: actions/cache@v4 - with: - path: .nx - key: ${{ runner.os }}-nx-${{ github.ref_name }} - restore-keys: | - ${{ runner.os }}-nx- - - run: yarn nx format:check - run: yarn nx run-many -t lint diff --git a/.github/workflows/ci-next.yml b/.github/workflows/ci-next.yml index 66da94640..32e2677b2 100644 --- a/.github/workflows/ci-next.yml +++ b/.github/workflows/ci-next.yml @@ -28,14 +28,6 @@ jobs: - run: yarn install --immutable - - name: Cache .nx folder - uses: actions/cache@v4 - with: - path: .nx - key: ${{ runner.os }}-nx-${{ github.ref_name }} - restore-keys: | - ${{ runner.os }}-nx- - - run: yarn nx format:check - run: yarn nx run-many -t lint diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index e5bb6cf2e..1ffaa23c7 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -27,14 +27,6 @@ jobs: - run: yarn install --immutable - - name: Cache .nx folder - uses: actions/cache@v4 - with: - path: .nx - key: ${{ runner.os }}-nx-${{ github.ref_name }} - restore-keys: | - ${{ runner.os }}-nx- - - run: yarn nx format:check - run: yarn nx run-many -t lint