Commit 06dd17e2 authored by Albert Still's avatar Albert Still Committed by Joe Haddad
Browse files

add `create-react-app --help` info for local file path `--scripts-version` support (#4015)

* add `create-react-app --help` info for local file path --scripts-version

* make example path `../my-react-scripts` for local file path --help info
parent 8db5e336
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 5 additions and 0 deletions
+5 -0
...@@ -89,6 +89,11 @@ const program = new commander.Command(packageJson.name) ...@@ -89,6 +89,11 @@ const program = new commander.Command(packageJson.name)
'my-react-scripts' 'my-react-scripts'
)}` )}`
); );
console.log(
` - a local path relative to the current working directory: ${chalk.green(
'file:../my-react-scripts'
)}`
);
console.log( console.log(
` - a .tgz archive: ${chalk.green( ` - a .tgz archive: ${chalk.green(
'https://mysite.com/my-react-scripts-0.8.2.tgz' 'https://mysite.com/my-react-scripts-0.8.2.tgz'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment