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
fedc5392
Unverified
Commit
fedc5392
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Fix license comments
parent
9e966b4c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
tasks/cra.sh
+3
-3
tasks/cra.sh
tasks/e2e-installs.sh
+3
-3
tasks/e2e-installs.sh
tasks/e2e-kitchensink.sh
+3
-3
tasks/e2e-kitchensink.sh
tasks/e2e-simple.sh
+3
-3
tasks/e2e-simple.sh
tasks/local-test.sh
+4
-0
tasks/local-test.sh
tasks/release.sh
+3
-3
tasks/release.sh
with
19 additions
and
15 deletions
+19
-15
tasks/cra.sh
+
3
-
3
View file @
fedc5392
#!/bin/bash
#!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc.
# Copyright (c) 2015-present, Facebook, Inc.
#
This
source
code is licensed under the MIT license found
in
the
#
This source code is licensed under the MIT license found in the
LICENSE file
in
the root directory of this
source
tree.
#
LICENSE file in the root directory of this source tree.
# ******************************************************************************
# ******************************************************************************
# This creates an app with the global CLI and `react-scripts` from the source.
# This creates an app with the global CLI and `react-scripts` from the source.
...
...
This diff is collapsed.
Click to expand it.
tasks/e2e-installs.sh
+
3
-
3
View file @
fedc5392
#!/bin/bash
#!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc.
# Copyright (c) 2015-present, Facebook, Inc.
#
This
source
code is licensed under the MIT license found
in
the
#
This source code is licensed under the MIT license found in the
LICENSE file
in
the root directory of this
source
tree.
#
LICENSE file in the root directory of this source tree.
# ******************************************************************************
# ******************************************************************************
# This is an end-to-end test intended to run on CI.
# This is an end-to-end test intended to run on CI.
...
...
This diff is collapsed.
Click to expand it.
tasks/e2e-kitchensink.sh
+
3
-
3
View file @
fedc5392
#!/bin/bash
#!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc.
# Copyright (c) 2015-present, Facebook, Inc.
#
This
source
code is licensed under the MIT license found
in
the
#
This source code is licensed under the MIT license found in the
LICENSE file
in
the root directory of this
source
tree.
#
LICENSE file in the root directory of this source tree.
# ******************************************************************************
# ******************************************************************************
# This is an end-to-end kitchensink test intended to run on CI.
# This is an end-to-end kitchensink test intended to run on CI.
...
...
This diff is collapsed.
Click to expand it.
tasks/e2e-simple.sh
+
3
-
3
View file @
fedc5392
#!/bin/bash
#!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc.
# Copyright (c) 2015-present, Facebook, Inc.
#
This
source
code is licensed under the MIT license found
in
the
#
This source code is licensed under the MIT license found in the
LICENSE file
in
the root directory of this
source
tree.
#
LICENSE file in the root directory of this source tree.
# ******************************************************************************
# ******************************************************************************
# This is an end-to-end test intended to run on CI.
# This is an end-to-end test intended to run on CI.
...
...
This diff is collapsed.
Click to expand it.
tasks/local-test.sh
+
4
-
0
View file @
fedc5392
#!/usr/bin/env bash
#!/usr/bin/env bash
# Copyright (c) 2015-present, Facebook, Inc.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
function
print_help
{
function
print_help
{
echo
"Usage:
${
0
}
[OPTIONS]"
echo
"Usage:
${
0
}
[OPTIONS]"
...
...
This diff is collapsed.
Click to expand it.
tasks/release.sh
+
3
-
3
View file @
fedc5392
#!/bin/bash
#!/bin/bash
# Copyright (c) 2015-present, Facebook, Inc.
# Copyright (c) 2015-present, Facebook, Inc.
#
This
source
code is licensed under the MIT license found
in
the
#
This source code is licensed under the MIT license found in the
LICENSE file
in
the root directory of this
source
tree.
#
LICENSE file in the root directory of this source tree.
# ******************************************************************************
# ******************************************************************************
# This releases an update to the `react-scripts` package.
# This releases an update to the `react-scripts` package.
...
...
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