Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 2499ae6

Browse files
clydinBrocco
authored andcommitted
fix(@angular-devkit/schematics-cli): cleanup schematics split
1 parent 727e179 commit 2499ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/schematics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
require('../lib/bootstrap-local');
1313
const packages = require('../lib/packages').packages;
14-
require(packages['@angular-devkit/schematics'].bin['schematics']);
14+
require(packages['@angular-devkit/schematics-cli'].bin['schematics']);

0 commit comments

Comments
 (0)