Skip to content

Commit 38c8493

Browse files
code-asherkylecarbs
authored andcommitted
Fix install script
1 parent 7460eb5 commit 38c8493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/src/install-packages.ts

+1-1
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)