Skip to content

Instantly share code, notes, and snippets.

@emamut
Forked from devrchancay/sass-package.json
Last active April 16, 2018 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emamut/88cf05c65a1976ecfa3ee2076ea920d4 to your computer and use it in GitHub Desktop.
Save emamut/88cf05c65a1976ecfa3ee2076ea920d4 to your computer and use it in GitHub Desktop.
{
"scripts": {
"build-css": "node-sass-chokidar --include-path ./node_modules src/assets/sass -o src/assets/css",
"watch-css": "npm run build-css && node-sass-chokidar src/assets/sass -o src/assets/css --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