Skip to content

Commit

Permalink
Try to force cypress install on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Jan 7, 2025
1 parent b99e4d3 commit a59e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"regression-test:update": "cypress install && ./node_modules/.bin/cypress run --component --env type=base,SNAPSHOT_BASE_DIRECTORY=cypress/snapshots/base-local --config screenshotsFolder=cypress/snapshots/base-local",
"regression-test:update:ci": "cypress install && ./node_modules/.bin/cypress run --component --env type=base,SNAPSHOT_BASE_DIRECTORY=cypress/snapshots/base --config screenshotsFolder=cypress/snapshots/base",
"regression-test": "./node_modules/.bin/cypress run --component --env type=actual,SNAPSHOT_BASE_DIRECTORY=cypress/snapshots/base-local",
"regression-test:ci": "cypress install && ./node_modules/.bin/cypress run --component --env type=actual,SNAPSHOT_BASE_DIRECTORY=cypress/snapshots/base",
"regression-test:ci": "cypress install --force && ./node_modules/.bin/cypress run --component --env type=actual,SNAPSHOT_BASE_DIRECTORY=cypress/snapshots/base",
"cypress:open": "cypress open --env type=actual,SNAPSHOT_BASE_DIRECTORY=$PWD/cypress/snapshots/base-local",
"prepare": "npm run build:main",
"build:prod": "concurrently \"npm run build:main:prod\" \"npm run build:renderer:prod\"",
Expand Down

0 comments on commit a59e850

Please sign in to comment.