Skip to content

Instantly share code, notes, and snippets.

@devrchancay
Created March 11, 2018 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devrchancay/9a7070345d0380d2f95ca5716b6296ea to your computer and use it in GitHub Desktop.
Save devrchancay/9a7070345d0380d2f95ca5716b6296ea to your computer and use it in GitHub Desktop.
{
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment