Skip to content

Commit

Permalink
Merge pull request #40 from arclix/39-add-trailing-to-defaultpath-whi…
Browse files Browse the repository at this point in the history
…le-generating-arclixconfigjson

fix(config)!: add trailing / to defaultPath in config.json (#39)
  • Loading branch information
jitiendran authored Mar 24, 2023
2 parents c4653c4 + e411cff commit 6ac0076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/GenerateConfigFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class GenerateConfigFile {
addIndex: false,
skipTest: false,
scopeStyle: false,
defaultPath: "./src",
defaultPath: "./src/",
};

this.config = {
Expand Down

0 comments on commit 6ac0076

Please sign in to comment.