Skip to content

Commit

Permalink
fix(scully-index): change outFolder for outDir (scullyio#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeucano authored and d-koppenhagen committed Jan 25, 2020
1 parent 7867eb6 commit 7c80dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematics/scully/src/scully/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const createScullyConfig = () => (tree: Tree, context: SchematicContext) => {
SCULLY_CONFIG_FILE,
`exports.config = {
projectRoot: "./${srcFolder}/app",
outFolder: './dist/static',
outDir: './dist/static',
routes: {
}
};`
Expand Down

0 comments on commit 7c80dee

Please sign in to comment.