Unverified Commit a5dc84da authored by Joe Haddad's avatar Joe Haddad
Browse files

Make sure it gets built post-install

parent a40a67b9
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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",
......
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