Archived
1
0

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

View File

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