Skip to content

Commit

Permalink
feat(config): update .husky config copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyulin committed Sep 27, 2021
1 parent 3949a2e commit e658be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/config/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const copyConfigFiles = async () => {
'.',
);
await exec('cp -r .template/.circleci .');
await exec('cp -r .template/.husky .');
};

/**
Expand Down

0 comments on commit e658be7

Please sign in to comment.