Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ scripts/babel @microsoft/fluentui-react-build
scripts/beachball @microsoft/fluentui-react-build
Comment thread
layershifter marked this conversation as resolved.
scripts/cypress @microsoft/fluentui-react-build
scripts/dangerjs @microsoft/fluentui-react-build
scripts/dependency-graph-generator @microsoft/fluentui-react-build
scripts/executors @microsoft/fluentui-react-build
scripts/fluentui-publish @microsoft/fluentui-react-build
scripts/generators @microsoft/fluentui-react-build
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"e2e": "lage e2e --verbose --concurrency=1",
"format": "node scripts/executors/format.js",
"generate-version-files": "node -r ./scripts/ts-node/register ./scripts/generators/generate-version-files",
"graph": "node ./scripts/dependency-graph-generator/index.js",
"lint": "lage lint --verbose",
"lint:log": "FORCE_COLOR=0 yarn lint > lint.log 2>&1",
"lint:log:lerna": "FORCE_COLOR=0 lerna run lint --stream --no-bail > lint.log 2>&1",
Expand Down Expand Up @@ -271,7 +270,6 @@
"lage": "1.8.8",
"lerna": "5.5.2",
"lerna-alias": "3.0.3-0",
"lerna-dependency-graph": "1.0.2",
"license-webpack-plugin": "2.3.10",
"lint-staged": "10.2.10",
"loader-utils": "2.0.4",
Expand Down
21 changes: 0 additions & 21 deletions scripts/dependency-graph-generator/.eslintrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/dependency-graph-generator/.gitignore

This file was deleted.

185 changes: 0 additions & 185 deletions scripts/dependency-graph-generator/index.js

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/dependency-graph-generator/jest.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/dependency-graph-generator/package.json

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/dependency-graph-generator/tsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/dependency-graph-generator/tsconfig.lib.json

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/dependency-graph-generator/tsconfig.spec.json

This file was deleted.

6 changes: 0 additions & 6 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,12 +855,6 @@
"projectType": "library",
"tags": ["tools"]
},
"@fluentui/scripts-dependency-graph-generator": {
"root": "scripts/dependency-graph-generator",
"sourceRoot": "scripts/dependency-graph-generator",
"projectType": "library",
"tags": ["tools"]
},
"@fluentui/scripts-executors": {
"root": "scripts/executors",
"sourceRoot": "scripts/executors",
Expand Down
Loading