Created
May 30, 2018 17:11
-
-
Save dkarter/a953ca97869c475c1f6717597cbd308d to your computer and use it in GitHub Desktop.
This file contains hidden or 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": { | |
"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