diff --git a/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts b/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts index c2d594860..3956da52e 100644 --- a/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts +++ b/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts @@ -16,7 +16,6 @@ export default defineConfig({ }, environment: 'node', include: ['tests/**/*.e2e.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], - globalSetup: ['../../global-setup.verdaccio.ts'], setupFiles: ['../../testing/test-setup/src/lib/reset.mocks.ts'], }, }); diff --git a/nx.json b/nx.json index 7469d6477..ecf284baa 100644 --- a/nx.json +++ b/nx.json @@ -117,6 +117,9 @@ "environments": { "environmentsDir": "tmp/e2e", "targetNames": ["e2e"] + }, + "packages": { + "filterByTags": ["publishable"] } } } diff --git a/package-lock.json b/package-lock.json index 834015ac5..fa938b28d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nx/react": "17.3.2", "@nx/vite": "17.3.2", "@nx/workspace": "17.3.2", - "@push-based/nx-verdaccio": "^0.0.0-alpha.11", + "@push-based/nx-verdaccio": "^0.0.0-alpha.16", "@swc-node/register": "^1.10.9", "@swc/cli": "~0.1.62", "@swc/core": "^1.3.99", @@ -6256,9 +6256,9 @@ } }, "node_modules/@push-based/nx-verdaccio": { - "version": "0.0.0-alpha.11", - "resolved": "https://registry.npmjs.org/@push-based/nx-verdaccio/-/nx-verdaccio-0.0.0-alpha.11.tgz", - "integrity": "sha512-v7is8MzEsa/ocIRWznPjcrtIetciFb995xWCnAAiMtBjpnxRXTlVVUNGfnLhkCyi12Kz0IIad4ZIf0ImE5PyBg==", + "version": "0.0.0-alpha.16", + "resolved": "https://registry.npmjs.org/@push-based/nx-verdaccio/-/nx-verdaccio-0.0.0-alpha.16.tgz", + "integrity": "sha512-qACiuhYpb770HxsuBRxdqUEl9r6YW9Z1WQTvQAcJ70QCy/CJt9qjn4yjL4C4MssHt8vYrrSgPK4B0zrKrQaVKA==", "dev": true, "dependencies": { "@code-pushup/models": "^0.50.0", diff --git a/package.json b/package.json index f4e1d33ec..7fd93a360 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nx/react": "17.3.2", "@nx/vite": "17.3.2", "@nx/workspace": "17.3.2", - "@push-based/nx-verdaccio": "^0.0.0-alpha.11", + "@push-based/nx-verdaccio": "^0.0.0-alpha.16", "@swc-node/register": "^1.10.9", "@swc/cli": "~0.1.62", "@swc/core": "^1.3.99",