Skip to content

Commit

Permalink
MAN-227 - update sentry project name (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj authored Jan 8, 2025
1 parent 47b815e commit 1af5b10
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 @@ -29,7 +29,7 @@
"int-test": "cypress run --config video=false",
"int-test-ui": "cypress open --e2e --browser chrome",
"clean": "rm -rf dist build node_modules stylesheets",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org ministryofjustice --project hmpps-manage-a-supervision-ui ./dist && sentry-cli sourcemaps upload --org ministryofjustice --project hmpps-manage-a-supervision-ui ./dist",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org ministryofjustice --project hmpps-manage-people-on-probation-ui ./dist && sentry-cli sourcemaps upload --org ministryofjustice --project hmpps-manage-people-on-probation-ui ./dist",
"e2e-test": "NODE_OPTIONS='--import tsx' npx playwright test",
"e2e-test:headed": "NODE_OPTIONS='--import tsx' npx playwright test --headed",
"e2e-test:debug": "NODE_OPTIONS='--import tsx' npx playwright test --debug"
Expand Down

0 comments on commit 1af5b10

Please sign in to comment.