Skip to content

Commit

Permalink
Merge pull request #117 from srhughes89/skip-cloud
Browse files Browse the repository at this point in the history
Fixed cloud bug
  • Loading branch information
Eventyret authored Jun 20, 2024
2 parents 102af64 + 3b4174e commit 84dbff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/createStrapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ const createStrapiProject = async () => {
projectPath,
`--quickstart`,
extraQuestions.typescript ? `--typescript` : ``,
`--no-run`
`--no-run`,
'--skip-cloud'
];

const childProcess = spawn(command, args);
Expand Down

0 comments on commit 84dbff5

Please sign in to comment.