Skip to content

Commit

Permalink
fix(react): pascalCaseFiles option not working (nrwl#2554)
Browse files Browse the repository at this point in the history
ISSUES CLOSED: nrwl#2488
  • Loading branch information
rarmatei authored Feb 28, 2020
1 parent bbf5738 commit fd29f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/schematics/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export default function(schema: Schema): Rule {
skipTests: options.unitTestRunner === 'none',
export: true,
routing: options.routing,
js: options.js
js: options.js,
pascalCaseFiles: options.pascalCaseFiles
}),
updateLibPackageNpmScope(options),
updateAppRoutes(options, context),
Expand Down

0 comments on commit fd29f8e

Please sign in to comment.