Skip to content

Commit

Permalink
chore: fixes for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Jun 23, 2024
1 parent 80db0a5 commit 6c91488
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 @@ -18,11 +18,11 @@
"semantic-release": "semantic-release",
"lint": "ng lint",
"unit": "npm run cy:open",
"cy:open": "cypress open",
"cy:open": "cypress open --component",
"test": "npm run ci:cy-run",
"ci:cy-run": "start-server-and-test ci:start-server http://localhost:4200 cy:run",
"ci:start-server": "serve -l 4200 -s ./dist/cmdk/browser",
"cy:run": "cypress run"
"cy:run": "cypress run --component"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 6c91488

Please sign in to comment.