Skip to content

Commit

Permalink
delete depcheck task
Browse files Browse the repository at this point in the history
  • Loading branch information
pragya91 committed Sep 19, 2024
1 parent 27119a8 commit 99ac079
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 64 deletions.
2 changes: 0 additions & 2 deletions .depcheckrc

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { BuildPackage } from "../buildGraph";
import { GroupTask } from "./groupTask";
import { ApiExtractorTask } from "./leaf/apiExtractorTask";
import { BiomeTask } from "./leaf/biomeTasks";
import { DepcheckTask } from "./leaf/depcheckTasks";
import { FlubCheckLayerTask, FlubCheckPolicyTask, FlubListTask } from "./leaf/flubTasks";
import { GenerateEntrypointsTask } from "./leaf/generateEntrypointsTask.js";
import { LeafTask, UnknownLeafTask } from "./leaf/leafTask";
Expand Down Expand Up @@ -56,7 +55,6 @@ const executableToLeafTask: {
"depcruise": DepCruiseTask,
"biome check": BiomeTask,
"biome format": BiomeTask,
"depcheck": DepcheckTask,

// flub list does not require a -g flag - the third argument is the release group. Rather than add custom handling for
// that, we just add mappings for all three.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
"watch:tsc": "pnpm run -r --parallel tsc --watch",
"watch:webpack": "pnpm run -r --parallel webpack --watch",
"webpack": "fluid-build --task webpack",
"webpack:profile": "fluid-build --task webpack:profile",
"depcheck": "fluid-build --task depcheck"
"webpack:profile": "fluid-build --task webpack:profile"
},
"c8": {
"all": true,
Expand Down
1 change: 0 additions & 1 deletion packages/runtime/container-runtime/.depcheckrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/runtime/container-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"depcheck": "depcheck",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run format:biome",
Expand Down

0 comments on commit 99ac079

Please sign in to comment.