diff --git a/code-pushup.config.ts b/code-pushup.config.ts index 0f4c2fd..77d1b23 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -31,7 +31,7 @@ const cacheSizeTasks = [ export default mergeConfigs( { plugins: [ - nxPerformancePlugin({ + /* nxPerformancePlugin({ taskTimeTasks, taskGraphTasks, // ~ 1 minutes 20 seconds @@ -40,10 +40,10 @@ export default mergeConfigs( // ~ 250MB maxCacheSize: 262_144_000, onlyAudits, - }), + }),*/ ], categories: [ - { + /* { slug: 'performance', title: 'Performance', refs: [ @@ -54,9 +54,9 @@ export default mergeConfigs( onlyAudits, }), ], - }, + },*/ ], - } - // await jsPackagesCoreConfig(), - // await eslintCoreConfigNx() + }, + await jsPackagesCoreConfig(), + await eslintCoreConfigNx() ); diff --git a/package-lock.json b/package-lock.json index 2dfd9a3..fc75202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,11 +19,6 @@ "@nx/vite": "19.8.0", "@nx/web": "19.8.0", "@nx/workspace": "19.8.0", - "@push-based/cli": "^0.0.1", - "@push-based/core": "^0.0.1", - "@push-based/models": "^0.0.1", - "@push-based/plugin-1": "^0.0.1", - "@push-based/utils": "^0.0.1", "@swc-node/register": "~1.9.1", "@swc/cli": "~0.3.12", "@swc/core": "^1.7.39", @@ -3559,54 +3554,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@push-based/cli": { - "version": "0.0.1", - "resolved": "http://localhost:4875/@push-based/cli/-/cli-0.0.1.tgz", - "integrity": "sha512-fxKDtdUMab1Qqn5fwOr44EGy1AGddV2r2ov6cJbdMz52shV+zdN7t3EMEmxe2fafIusVwdjN0g6doU5py00JqQ==", - "dev": true, - "dependencies": { - "@push-based/core": "*", - "yargs": "^17.7.2" - }, - "bin": { - "cli": "bin.js" - } - }, - "node_modules/@push-based/core": { - "version": "0.0.1", - "resolved": "http://localhost:4875/@push-based/core/-/core-0.0.1.tgz", - "integrity": "sha512-WlLFdEM2FHDY0gNNiJMf0vIxzqK8D0yVPpxpBmP8QYFexyawrDjD92vt57OuvOI5oQF6vQtFGZzv3Jzh0sNSrg==", - "dev": true, - "dependencies": { - "@push-based/models": "*", - "@push-based/utils": "*" - } - }, - "node_modules/@push-based/models": { - "version": "0.0.1", - "resolved": "http://localhost:4875/@push-based/models/-/models-0.0.1.tgz", - "integrity": "sha512-sW2zxFIbnPxZ7G6apHp872ECg4kuAarlRNriFWdiUkmtcSRRRvEDasd93nDxiQF1RtodtkUHZDRfVBRXaxXK7w==", - "dev": true - }, - "node_modules/@push-based/plugin-1": { - "version": "0.0.1", - "resolved": "http://localhost:4875/@push-based/plugin-1/-/plugin-1-0.0.1.tgz", - "integrity": "sha512-0Z2AGnYAcCjmQq5YOxkuC/uMXxjAUlexrHBKCg6ZqN8+UE26GppzXHhfv5OEBNHFbDTnQlQgsTAlKO4Lx+AIFQ==", - "dev": true, - "dependencies": { - "@push-based/models": "0.0.1", - "memfs": "4.14.0" - } - }, - "node_modules/@push-based/utils": { - "version": "0.0.1", - "resolved": "http://localhost:4875/@push-based/utils/-/utils-0.0.1.tgz", - "integrity": "sha512-ARdc6msxCwbnE9ich+BTXfjndnQRhVT9c7TJzjnwuUe1ar6rrrZPjL6PIR+V0J43RuNKxfmR4xNPgHlCuD+L2w==", - "dev": true, - "dependencies": { - "@push-based/models": "*" - } - }, "node_modules/@rollup/rollup-darwin-arm64": { "version": "4.24.0", "cpu": [ diff --git a/package.json b/package.json index 903c745..d46d1ac 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,6 @@ "@nx/vite": "19.8.0", "@nx/web": "19.8.0", "@nx/workspace": "19.8.0", - "@push-based/cli": "^0.0.1", - "@push-based/core": "^0.0.1", - "@push-based/models": "^0.0.1", - "@push-based/plugin-1": "^0.0.1", - "@push-based/utils": "^0.0.1", "@swc-node/register": "~1.9.1", "@swc/cli": "~0.3.12", "@swc/core": "^1.7.39",