Skip to content

Commit 5d8840d

Browse files
committed
fix(create-qwik-nx): remove dep
1 parent 0923df5 commit 5d8840d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { execSync } from 'child_process';
22

3+
// Delegating to create-nx-workspace
4+
35
execSync(`npx -y create-nx-workspace@latest --preset=qwik-nx`, {
46
stdio: [0, 1, 2],
57
});

packages/create-qwik-nx/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
}
9292
}
9393
},
94-
"implicitDependencies": ["qwik-nx"]
94+
"implicitDependencies": []
9595
}

0 commit comments

Comments
 (0)