Skip to content

Commit 36d8e6d

Browse files
chore: lint:fix
1 parent 17b321a commit 36d8e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/postinstall.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ async function postinstall() {
9898
let projectDirectory
9999

100100
/* When script is run after install, the process.cwd() would be like <project_folder>/node_modules/simple-git-hooks
101-
Here we try to get the original project directory by going upwards by 2 levels
102-
If we were not able to get new directory we assume, we are already in the project root */
101+
Here we try to get the original project directory by going upwards by 2 levels
102+
If we were not able to get new directory we assume, we are already in the project root */
103103
const parsedProjectDirectory = await getProjectRootDirectoryFromNodeModules(process.cwd())
104104
if (parsedProjectDirectory !== undefined) {
105105
projectDirectory = parsedProjectDirectory

0 commit comments

Comments
 (0)