Port cra.sh development task to javascript (#2309)

* Port cra.sh development task to javascript

* Port cra.sh development task to javascript

Use absolute path when generating .tgz path
This commit is contained in:
Ian Schmitz
2018-01-09 09:38:33 -08:00
committed by Dan Abramov
parent 11f09a16aa
commit b20b96a971
3 changed files with 110 additions and 85 deletions

View File

@@ -3,7 +3,7 @@
"scripts": {
"build": "node packages/react-scripts/scripts/build.js",
"changelog": "lerna-changelog",
"create-react-app": "tasks/cra.sh",
"create-react-app": "node tasks/cra.js",
"e2e": "tasks/e2e-simple.sh",
"e2e:docker": "tasks/local-test.sh",
"postinstall": "node bootstrap.js && cd packages/react-error-overlay/ && npm run build:prod",