Skip to content

Commit

Permalink
build: switch cypress run to firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
kslimani committed Sep 21, 2024
1 parent 75d2194 commit 0dac2ab
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 @@ -9,7 +9,7 @@
"lint": "eslint webpack.config.js src/**/*.js tests/**/*.js && stylelint src/**/*.sass",
"release": "npm run lint && npm run build && npm run dist",
"start": "webpack serve --mode development",
"cypress:run": "cypress run --browser chrome",
"cypress:run": "cypress run --browser firefox",
"cypress:open": "cypress open --browser chrome",
"test": "NO_COLOR=1 cr -c .testrc.json"
},
Expand Down

0 comments on commit 0dac2ab

Please sign in to comment.