Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
434e8584
Commit
434e8584
authored
8 years ago
by
pd4d10
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add useful link to react-scripts (#1495)
parent
6c85568c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/bin/react-scripts.js
+1
-0
packages/react-scripts/bin/react-scripts.js
with
1 addition
and
0 deletions
+1
-0
packages/react-scripts/bin/react-scripts.js
+
1
-
0
View file @
434e8584
...
@@ -34,5 +34,6 @@ case 'test':
...
@@ -34,5 +34,6 @@ case 'test':
default
:
default
:
console
.
log
(
'
Unknown script "
'
+
script
+
'
".
'
);
console
.
log
(
'
Unknown script "
'
+
script
+
'
".
'
);
console
.
log
(
'
Perhaps you need to update react-scripts?
'
);
console
.
log
(
'
Perhaps you need to update react-scripts?
'
);
console
.
log
(
'
See: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#updating-to-new-releases
'
);
break
;
break
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment