Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuperczynski committed Aug 21, 2024
1 parent 4d5656d commit 90fff70
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 @@ -12,7 +12,7 @@
"lint": "ng lint",
"full-test": "npm run lint && npm run build:lib && npm run build && npm run cy:ci",
"e2e": "npm run cy:ci",
"cy:serve": "http-server dist/demo -s -p 4202",
"cy:serve": "http-server dist/demo/browser -s -p 4202",
"cy:local": "ng serve --port=4202",
"cy:test": "cypress open",
"cy:open": "cypress open --e2e --browser chrome",
Expand Down

0 comments on commit 90fff70

Please sign in to comment.