Skip to content

Commit

Permalink
ignore non-minified compiled /dist/print.js in code style test
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Feb 8, 2018
1 parent a33dd5b commit 3f4cee9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Rodrigo Vieira <[email protected]>"
"author": "Rodrigo Vieira <[email protected]>",
"standard": {
"ignore": [
"/dist/print.js"
]
}
}

0 comments on commit 3f4cee9

Please sign in to comment.