Skip to content

Fix local end-to-end testing flow - #566

Merged
gaearon merged 1 commit into
masterfrom
fix-e2e-flow
Sep 3, 2016
Merged

Fix local end-to-end testing flow#566
gaearon merged 1 commit into
masterfrom
fix-e2e-flow

Conversation

@gaearon

Copy link
Copy Markdown
Contributor

This should fix the problem mentioned in #462 (comment).

@ghostghost added the CLA Signed label Sep 3, 2016
@ghostghost added the CLA Signed label Sep 3, 2016
@gaearon
gaearon merged commit ab1f74f into masterSep 3, 2016
@gaearon
gaearon deleted the fix-e2e-flow branch September 3, 2016 18:14
@gaearongaearon mentioned this pull request Sep 3, 2016
Comment threadpackage.json
"scripts": {
"build": "node scripts/build.js",
"create-react-app": "node global-cli/index.js --scripts-version \"$PWD/`tasks/clean_pack.sh`\"",
"create-react-app": "tasks/cra.sh",

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pun intentional.

stayradiated pushed a commit to stayradiated/create-react-app that referenced this pull request Sep 7, 2016
feiqitian pushed a commit to feiqitian/create-react-app that referenced this pull request Oct 25, 2016
@locklockBot locked and limited conversation to collaborators Jan 22, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@gaearon