Skip to content

Commit

Permalink
fix: Do not run eslint on docs before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Jul 10, 2018
1 parent 61ed51d commit c0ee452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"demo": "webpack-serve --content ./docs --port 3000 --open --config docs/webpack.config.js",
"prepublishOnly": "npm run build",
"lint": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\" --fix",
"lint:nofix": "eslint src docs webpack.config.js && stylelint \"./src/**/*.css\"",
"lint:nofix": "eslint src webpack.config.js && stylelint \"src/**/*.css\"",
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
"semantic-release": "semantic-release",
"test": "cross-env NODE_ENV=test ava",
Expand Down

0 comments on commit c0ee452

Please sign in to comment.