Skip to content

Instantly share code, notes, and snippets.

@nesbtesh
Created September 20, 2016 18:57
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 nesbtesh/f41303076784f69e7aab67d2fab702d0 to your computer and use it in GitHub Desktop.
Save nesbtesh/f41303076784f69e7aab67d2fab702d0 to your computer and use it in GitHub Desktop.
"scripts": {
"eslint": "eslint",
"lint": "eslint --config .eslintrc.json --format compact .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --debug",
"buildProduction": "webpack --progress -p",
"deployMac": "./build_helpers/buildDist.sh",
"deployWin": "./build_helpers/buildDist.exe",
"dev": "webpack-dev-server --content-base src --inline --hot",
"devhttps": "webpack-dev-server --content-base src --inline --hot --https",
"devWin": "webpack-dev-server --content-base ./ --port 9966 --hot",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment