Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
epacke committed Sep 9, 2023
1 parent 66173e6 commit 7e41fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "This tool will pull the configuration from multiple load balancers and display it in a table.",
"main": "index.js",
"scripts": {
"e2e": "cypress run",
"e2e:dev": "cypress open",
"e2e": "cypress run --browser chrome",
"e2e:dev": "cypress open --browser chrome",
"build": "webpack",
"build:dev": "webpack --watch",
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 7e41fae

Please sign in to comment.