Skip to content

Commit 0c3ffb3

Browse files
code-asherkylecarbs
authored andcommitted
Fix install script
1 parent 0e7e808 commit 0c3ffb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/scripts/src/install-packages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const handlePackages = (dir: string): void => {
3939
});
4040
};
4141

42-
handlePackages(resolve(__dirname, ".."));
42+
handlePackages(resolve(__dirname, "..", ".."));

0 commit comments

Comments
 (0)