Skip to content

Commit c0ee452

Browse files
committed
fix: Do not run eslint on docs before build
1 parent 61ed51d commit c0ee452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"demo": "webpack-serve --content ./docs --port 3000 --open --config docs/webpack.config.js",
3232
"prepublishOnly": "npm run build",
3333
"lint": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\" --fix",
34-
"lint:nofix": "eslint src docs webpack.config.js && stylelint \"./src/**/*.css\"",
34+
"lint:nofix": "eslint src webpack.config.js && stylelint \"src/**/*.css\"",
3535
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
3636
"semantic-release": "semantic-release",
3737
"test": "cross-env NODE_ENV=test ava",

0 commit comments

Comments
 (0)