Skip to content

Commit

Permalink
fix(schematics): ensure placeholder schema for convert-tslint-to-esli…
Browse files Browse the repository at this point in the history
…nt is copied to dist
  • Loading branch information
JamesHenry committed May 3, 2023
1 parent 35cc043 commit 3c6f377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schematics/project.json
Expand Up @@ -17,6 +17,7 @@
"npx ncp src/collection.json dist/collection.json",
"npx ncp src/migrations.json dist/migrations.json",
"npx ncp src/ng-add/schema.json dist/ng-add/schema.json",
"npx ncp src/convert-tslint-to-eslint/schema.json dist/convert-tslint-to-eslint/schema.json",
"npx ncp src/application/schema.json dist/application/schema.json",
"npx ncp src/library/schema.json dist/library/schema.json",
"npx ncp src/workspace/schema.json dist/workspace/schema.json",
Expand Down

0 comments on commit 3c6f377

Please sign in to comment.