Skip to content
Snippets Groups Projects
Commit 22740a6a authored by OZGCloud's avatar OZGCloud
Browse files

push package-lock.json without proxy; add script for cypress run without video

parent de05f839
Branches
Tags
No related merge requests found
This diff is collapsed.
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
"dep-graph": "nx dep-graph", "dep-graph": "nx dep-graph",
"help": "nx help", "help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon", "favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
"cypress:run": "npx cypress run --project apps/goofy-e2e --config video=false", "cypress:run": "npx cypress run --project apps/goofy-e2e",
"cypress:run-minimal": "npx cypress run --project apps/goofy-e2e --config video=false",
"cypress:version": "npx cypress version", "cypress:version": "npx cypress version",
"cypress:install": "npx cypress install", "cypress:install": "npx cypress install",
"cypress:open": "npx cypress open --project apps/goofy-e2e", "cypress:open": "npx cypress open --project apps/goofy-e2e",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment