From 603a52ce4dd1be9243701883e63e2dae62ac9960 Mon Sep 17 00:00:00 2001 From: Amardeep Chimber Date: Tue, 7 Jan 2025 12:32:17 +0000 Subject: [PATCH] MAN-227 - undo rename for entry, will pick this up on a later task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a70456eb..8650442e 100644 --- a/package.json +++ b/package.json @@ -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-people-on-probation-ui ./dist && sentry-cli sourcemaps upload --org ministryofjustice --project hmpps-manage-people-on-probation-ui ./dist", + "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", "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"