Skip to content

Commit 520ddde

Browse files
mgoudy91claude
andcommitted
chore: revert deploy:test placeholder, prod id only
deploy:test was mistakenly pointed at the prod app definition id. Leave TODO_TEST_APP_DEF_ID until a real test/staging app definition exists. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent bfd75ec commit 520ddde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/bulk-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build": "tsc && vite build",
2020
"preview": "vite preview",
2121
"deploy": "contentful-app-scripts upload --bundle-dir ./dist --ci --organization-id ${DEFINITIONS_ORG_ID} --definition-id 1Oz4Ttx1lCCwdkiS4cEe11 --token ${CONTENTFUL_CMA_TOKEN}",
22-
"deploy:test": "contentful-app-scripts upload --bundle-dir ./dist --ci --organization-id ${DEV_TESTING_ORG_ID} --definition-id 1Oz4Ttx1lCCwdkiS4cEe11 --token ${TEST_CMA_TOKEN}",
22+
"deploy:test": "contentful-app-scripts upload --bundle-dir ./dist --ci --organization-id ${DEV_TESTING_ORG_ID} --definition-id TODO_TEST_APP_DEF_ID --token ${TEST_CMA_TOKEN}",
2323
"test": "vitest",
2424
"test:ci": "vitest run",
2525
"test:ui": "vitest --ui",

0 commit comments

Comments
 (0)