Skip to content

Commit 6e1ee34

Browse files
committed
fix: flinkly app definition id
1 parent 2c10ddd commit 6e1ee34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/translation-companion/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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",
2424
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 1RQoKuwhLeFN3BMPOwUfV1 --token ${CONTENTFUL_CMA_TOKEN}",
2525
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 31Z8AOeg8frK3ZhTPHoD7A --token ${TEST_CMA_TOKEN}",
26+
"deploy:flinkly": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id 7oPjKXwmGdQ9vnnjVe6MCy --definition-id 6JHs8kZdhdkARLNetwO3Jk --token $FLINKLY_CONTENTFUL_ACCESS_TOKEN --host api.flinkly.com",
2627
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2728
"lint:write": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
2829
},

0 commit comments

Comments
 (0)