Skip to content

Commit 84dbff5

Browse files
authored
Merge pull request #117 from srhughes89/skip-cloud
Fixed cloud bug
2 parents 102af64 + 3b4174e commit 84dbff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/createStrapi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ const createStrapiProject = async () => {
7171
projectPath,
7272
`--quickstart`,
7373
extraQuestions.typescript ? `--typescript` : ``,
74-
`--no-run`
74+
`--no-run`,
75+
'--skip-cloud'
7576
];
7677

7778
const childProcess = spawn(command, args);

0 commit comments

Comments
 (0)