Skip to content

Commit

Permalink
test: fix local mapping path of @ angular-devkit/schematics-cli
Browse files Browse the repository at this point in the history
Fix an incorrect mapping path in the circular dependency checker configuration.

(cherry picked from commit 57f78e8)
  • Loading branch information
alan-agius4 authored and clydin committed May 24, 2021
1 parent 467172c commit 71b0638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circular-deps-test.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const LOCAL_MAPPINGS = [
['@angular-devkit/build-webpack', 'angular_devkit/build_webpack'],
['@angular-devkit/core', 'angular_devkit/core'],
['@angular-devkit/schematics', 'angular_devkit/schematics'],
['@angular-devkit/schematics_cli', 'angular_devkit/schematics_cli'],
['@angular-devkit/schematics-cli', 'angular_devkit/schematics_cli'],
['@angular/cli', 'angular/cli'],
['@schematics/angular', 'schematics/angular'],
['@ngtools/webpack', 'ngtools/webpack'],
Expand Down

0 comments on commit 71b0638

Please sign in to comment.