Skip to content

Commit 2c10ddd

Browse files
committed
fix: app definition ids
1 parent fc151ef commit 2c10ddd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/translation-companion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"add-locations": "contentful-app-scripts add-locations",
2222
"upload": "contentful-app-scripts upload --bundle-dir ./build",
2323
"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",
24-
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id REPLACE_WITH_PRODUCTION_APP_DEFINITION_ID --token ${CONTENTFUL_CMA_TOKEN}",
25-
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id REPLACE_WITH_TEST_APP_DEFINITION_ID --token ${TEST_CMA_TOKEN}",
24+
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 1RQoKuwhLeFN3BMPOwUfV1 --token ${CONTENTFUL_CMA_TOKEN}",
25+
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 31Z8AOeg8frK3ZhTPHoD7A --token ${TEST_CMA_TOKEN}",
2626
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2727
"lint:write": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
2828
},

0 commit comments

Comments
 (0)