Skip to content

Commit

Permalink
wip cp
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 11, 2024
1 parent 0b58f82 commit ff141bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 65 deletions.
14 changes: 7 additions & 7 deletions code-pushup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const cacheSizeTasks = [
export default mergeConfigs(
{
plugins: [
nxPerformancePlugin({
/* nxPerformancePlugin({
taskTimeTasks,
taskGraphTasks,
// ~ 1 minutes 20 seconds
Expand All @@ -40,10 +40,10 @@ export default mergeConfigs(
// ~ 250MB
maxCacheSize: 262_144_000,
onlyAudits,
}),
}),*/
],
categories: [
{
/* {
slug: 'performance',
title: 'Performance',
refs: [
Expand All @@ -54,9 +54,9 @@ export default mergeConfigs(
onlyAudits,
}),
],
},
},*/
],
}
// await jsPackagesCoreConfig(),
// await eslintCoreConfigNx()
},
await jsPackagesCoreConfig(),
await eslintCoreConfigNx()
);
53 changes: 0 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff141bf

Please sign in to comment.