Skip to content

Commit

Permalink
馃悰 fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 25, 2021
1 parent 0e55267 commit edc52bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ inquirer
fs.copySync(`${srcd}/.eslintrc`, `${cwd}/.eslintrc`);
fs.copySync(`${srcd}/.github`, `${cwd}/.github`);
fs.copySync(`${srcd}/.husky`, `${cwd}/.husky`);
fs.copySync(`${srcd}/.patches`, `${cwd}/.patches`);
fs.copySync(`${srcd}/patches`, `${cwd}/patches`);
fs.copySync(`${srcd}/.lintstagedrc`, `${cwd}/.lintstagedrc`);
fs.copySync(`${srcd}/.vscode`, `${cwd}/.vscode`);
fs.copySync(`${srcd}/tsconfig.json`, `${cwd}/tsconfig.json`);
Expand Down

0 comments on commit edc52bf

Please sign in to comment.