Skip to content

Commit

Permalink
ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli authored and Juli committed Oct 13, 2024
1 parent 9df849f commit 4f93302
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 @@ -23,7 +23,7 @@
"lint:html": "linthtml source/**/*.html --config .linthtmlrc",
"lint:bem": "gulp lintBem --silent",
"lint:styles": "stylelint \"source/styles/**/*.scss\"",
"lint:scripts": "eslint . --ignore-path .gitignore --ignore-pattern vendor/",
"lint:scripts": "eslint . --ignore-path .gitignore --ignore-pattern vendor/ --ignore-pattern backstop_data/ --ignore-pattern test-config/ --ignore-pattern engine_scripts/ --ignore-pattern run-test.js",
"optimize": "npm-run-all -p optimize:**",
"optimize:raster": "gulp optimizeRaster",
"optimize:vector": "gulp optimizeVector",
Expand Down

0 comments on commit 4f93302

Please sign in to comment.