From cbe9cd370a457d57c0e4d5d218502491703c8672 Mon Sep 17 00:00:00 2001 From: Adrian Meyer <8539634+primeinteger@users.noreply.github.com> Date: Tue, 5 May 2026 15:35:42 -0600 Subject: [PATCH] chore: prevent future deployment issue [] --- apps/homebase/package.json | 2 +- apps/phosphor-icon/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/homebase/package.json b/apps/homebase/package.json index a3e9447a55..c62c6aed0e 100644 --- a/apps/homebase/package.json +++ b/apps/homebase/package.json @@ -27,7 +27,7 @@ "upload": "contentful-app-scripts upload --bundle-dir ./build", "upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN", "deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id GKgzLlXl7oRMOmTr9XYQy --token ${CONTENTFUL_CMA_TOKEN}", - "deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id ${STAGING_APP_ID} --token ${TEST_CMA_TOKEN}", + "deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id m51aPn2LVb5dMkbxi0dQ0 --token ${TEST_CMA_TOKEN}", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint:write": "eslint . --ext .js,.jsx,.ts,.tsx --fix" }, diff --git a/apps/phosphor-icon/package.json b/apps/phosphor-icon/package.json index 0597ca7774..49588d44fa 100644 --- a/apps/phosphor-icon/package.json +++ b/apps/phosphor-icon/package.json @@ -29,7 +29,7 @@ "upload": "contentful-app-scripts upload --bundle-dir ./build", "upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN", "deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id mTgsS49vytEQZvNWn2hXO --token ${CONTENTFUL_CMA_TOKEN}", - "deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id ${STAGING_APP_ID} --token ${TEST_CMA_TOKEN}" + "deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 20o2aVcpFAEr1mn2X4ofXP --token ${TEST_CMA_TOKEN}" }, "eslintConfig": { "extends": "react-app"