Skip to content

Commit

Permalink
build: Adjust lint task to cypress test location
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Dec 7, 2022
1 parent 2a69fa6 commit 43d3c5d
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 @@ -6,7 +6,7 @@
"author": "amon@openrouteservice.org",
"scripts": {
"build": "rimraf ./static && webpack --progress --config build/webpack.prod.conf.js",
"lint": "eslint --ext .js,.vue src tests/integration/specs tests/e2e/specs",
"lint": "eslint --ext .js,.vue src cypress/e2e/*.cy.js",
"commit": "git-cz",
"dev": "webpack serve --progress --config build/webpack.dev.conf.js",
"release": "standard-version",
Expand Down

0 comments on commit 43d3c5d

Please sign in to comment.