Skip to content

Commit 4a982a5

Browse files
authored
refactor: fix cache invalidation for tests in monorepo setups (#1142)
1 parent 5ea6f32 commit 4a982a5

File tree

62 files changed

+296
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+296
-53
lines changed

.nxignore

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"private": true,
3+
"workspaces": ["packages/*"]
4+
}

e2e/ci-e2e/mocks/fixtures/npm-workspaces/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/cli/package.json renamed to e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/cli/_package.json

File renamed without changes.

e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/core/package.json renamed to e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/core/_package.json

File renamed without changes.

e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/utils/package.json renamed to e2e/ci-e2e/mocks/fixtures/npm-workspaces/packages/utils/_package.json

File renamed without changes.
File renamed without changes.

e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/api/project.json renamed to e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/api/_project.json

File renamed without changes.

e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/cms/project.json renamed to e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/cms/_project.json

File renamed without changes.

e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/web/project.json renamed to e2e/ci-e2e/mocks/fixtures/nx-monorepo/apps/web/_project.json

File renamed without changes.

0 commit comments

Comments
 (0)