Skip to content

Commit 3b3dc18

Browse files
committed
remove support for referencing this trough git submodules
1 parent 9977c33 commit 3b3dc18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/install.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ var npmInstall = (project: ITask) => {
5858

5959
var installTasks = getTasks().map(npmInstall);
6060

61-
installTasks.unshift(npmInstall({
62-
directory: __dirname,
63-
name: "BuildScripts"
64-
}));
65-
6661
series(installTasks, (err) => {
6762
if (err) {
6863
console.error("Failed to install child dependencies");

0 commit comments

Comments
 (0)