Skip to content

Commit

Permalink
Attempt to resolve e2e issue again
Browse files Browse the repository at this point in the history
  • Loading branch information
SandersAaronD committed Feb 6, 2024
1 parent 98e2e8a commit 691d082
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 @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn run lint --fix",
"e2e": "yarn run cypress install --force && yarn run grafana-e2e run",
"e2e": "CYPRESS_CACHE_FOLDER=./tmp/Cypress && npm exec cypress install --force && yarn run grafana-e2e run",
"e2e:update": "yarn run cypress install --force && yarn run grafana-e2e run --update-screenshots",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest",
Expand Down

0 comments on commit 691d082

Please sign in to comment.