Skip to content

Instantly share code, notes, and snippets.

@dkarter
Created May 30, 2018 17:11
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 dkarter/a953ca97869c475c1f6717597cbd308d to your computer and use it in GitHub Desktop.
Save dkarter/a953ca97869c475c1f6717597cbd308d to your computer and use it in GitHub Desktop.
"scripts": {
"test": "./node_modules/jest/bin/jest.js",
"test:watch": "yarn test --watch",
"webpack:test:build": "RAILS_ENV=test bin/webpack",
"webpack:test:watch": "RAILS_ENV=test bin/webpack --watch --progress",
"webpack-dev-server": "node --max-old-space-size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server --progress --hot --color --config",
"lint:js": "eslint ./app/javascript --ext .js --ext .jsx",
"lint:css": "stylelint app/assets/stylesheets/**/*.scss",
"webpack": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --progress"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment