Fix install script

This commit is contained in:
Asher 2019-01-11 14:23:16 -06:00 committed by Kyle Carberry
parent 0e7e8086d4
commit 0c3ffb301a
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ const handlePackages = (dir: string): void => {
});
};
handlePackages(resolve(__dirname, ".."));
handlePackages(resolve(__dirname, "..", ".."));