We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b321a commit 36d8e6dCopy full SHA for 36d8e6d
1 file changed
scripts/postinstall.ts
@@ -98,8 +98,8 @@ async function postinstall() {
98
let projectDirectory
99
100
/* 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 */
+ Here we try to get the original project directory by going upwards by 2 levels
+ If we were not able to get new directory we assume, we are already in the project root */
103
const parsedProjectDirectory = await getProjectRootDirectoryFromNodeModules(process.cwd())
104
if (parsedProjectDirectory !== undefined) {
105
projectDirectory = parsedProjectDirectory
0 commit comments