Skip to content

Commit 5a7c676

Browse files
fix: use good app defn id for bulk-edit (#9928)
1 parent 1fb280d commit 5a7c676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bulk-edit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "vitest",
2424
"create-app-definition": "contentful-app-scripts create-app-definition",
2525
"add-locations": "contentful-app-scripts add-locations",
26-
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 1UIY2ED8rqlRvgb36Zs2v3 --token ${CONTENTFUL_CMA_TOKEN}",
26+
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 3bRpNGJb2qXeYUmMkDMAwh --token ${CONTENTFUL_CMA_TOKEN}",
2727
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${TEST_ORG_ID} --definition-id 75CMBc0rQykFfUPGGrECFF --token ${TEST_CMA_TOKEN}"
2828
},
2929
"eslintConfig": {

0 commit comments

Comments
 (0)