We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79df38e commit f4f4f8bCopy full SHA for f4f4f8b
create-cospace/index.js
@@ -105,7 +105,7 @@ const run = async () => {
105
checkPnpmInstalled();
106
107
if (input[0] === "init") {
108
- await init();
+ await init(input[1]);
109
} else if (input[0] === "override") {
110
await overridePnpm();
111
} else {
create-cospace/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-cospace",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Setup a `CoSpace` to link multiple (mono)repos together!",
5
"author": "https://github.com/aruniverse",
6
"repository": {
0 commit comments