Last active
January 21, 2019 22:45
-
-
Save Marvinified/528359ccb4bc9dd49fbc36f452b2f314 to your computer and use it in GitHub Desktop.
This file contains 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": "CHOKIDAR_USEPOLLING=true react-scripts start", | |
"dev:up": "docker-compose -f docker-compose.yml -f dev.yml up", | |
"dev:build": "docker-compose -f docker-compose.yml -f dev.yml build" | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment