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
a5dc84da
Unverified
Commit
a5dc84da
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Make sure it gets built post-install
parent
a40a67b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-error-overlay/package.json
+2
-1
packages/react-error-overlay/package.json
with
2 additions
and
1 deletion
+2
-1
packages/react-error-overlay/package.json
+
2
-
1
View file @
a5dc84da
...
...
@@ -8,7 +8,8 @@
"start"
:
"cross-env NODE_ENV=development npm run build -- --watch"
,
"test"
:
"flow && jest"
,
"build"
:
"babel src/ -d lib/"
,
"build:prod"
:
"cross-env NODE_ENV=production babel src/ -d lib/"
"build:prod"
:
"cross-env NODE_ENV=production babel src/ -d lib/"
,
"postinstall"
:
"npm run build:prod"
},
"repository"
:
"facebookincubator/create-react-app"
,
"license"
:
"BSD-3-Clause"
,
...
...
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