We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacb440 commit 1648ce8Copy full SHA for 1648ce8
tasks/cra.js
@@ -113,7 +113,7 @@ const args = process.argv.slice(2);
113
// Now run the CRA command
114
const craScriptPath = path.join(packagesDir, 'create-react-app', 'index.js');
115
cp.execSync(
116
- `node ${craScriptPath} --scripts-version="${scriptsPath}" ${args.join(' ')}`,
+ `node ${craScriptPath} ${args.join(' ')} --scripts-version="${scriptsPath}"`,
117
{
118
cwd: rootDir,
119
stdio: 'inherit',
0 commit comments