Last active
January 24, 2021 17:33
-
-
Save hypeJunction/c22b69785d8ea52e12cf3b5817b8f625 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"start": "PORT=3000 react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test", | |
"eject": "react-scripts eject", | |
"serve": "http-server ./build -p 3000 --proxy http://localhost:3000?", | |
"cy:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open", | |
"cy:run": "CYPRESS_BASE_URL=http://localhost:3000 cypress run", | |
"cy:ci": "start-server-and-test serve http://localhost:3000 cy:run" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment