Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/auto-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 2W2ZZcwIMWRi8Enoqu7LBr --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 2W2ZZcwIMWRi8Enoqu7LBr --token ${TEST_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id NJzjHP0bZ9fkoiuXwsz2P --token ${TEST_CMA_TOKEN}",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:write": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"prettier:write": "prettier --write .",
Expand Down
1 change: 1 addition & 0 deletions apps/braze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test:ci": "vitest run",
"create-app-definition": "contentful-app-scripts create-app-definition",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id gWLhC7MnK2rgcvifgE4do --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id Ls64QXlv0b2T3H43J0uyM --token ${TEST_CMA_TOKEN}",
"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",
"upsert-actions": "contentful-app-scripts upsert-actions --ci --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
Expand Down
2 changes: 1 addition & 1 deletion apps/bulk-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"create-app-definition": "contentful-app-scripts create-app-definition",
"add-locations": "contentful-app-scripts add-locations",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 3bRpNGJb2qXeYUmMkDMAwh --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 75CMBc0rQykFfUPGGrECFF --token ${TEST_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 75CMBc0rQykFfUPGGrECFF --token ${TEST_CMA_TOKEN}",
"upload": "contentful-app-scripts upload --bundle-dir ./build",
"generate-entries": "tsx src/scripts/generateEntries.ts",
"delete-entries": "tsx src/scripts/deleteEntries.ts"
Expand Down
3 changes: 2 additions & 1 deletion apps/closest-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"add-locations": "contentful-app-scripts add-locations",
"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 7IrvsUN4rfbZZcnXAGh90Q --token $CONTENTFUL_CMA_TOKEN"
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $DEFINITIONS_ORG_ID --definition-id 7IrvsUN4rfbZZcnXAGh90Q --token $CONTENTFUL_CMA_TOKEN",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 4YFbgY137yBf5r1vxnmP4M --token ${TEST_CMA_TOKEN}"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
3 changes: 2 additions & 1 deletion apps/content-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"test:ci": "vitest",
"test:ci": "vitest run",
"lint": "eslint src test ",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write .",
Expand All @@ -35,6 +35,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 5W2Kr6xIwM99vK6BMbKacv --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id V6H8OgumVia017YclvlLo --token ${TEST_CMA_TOKEN}",
"generate-entries": "tsx src/scripts/generateEntries.ts",
"delete-entries": "tsx src/scripts/deleteEntries.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/deep-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"create-app-definition": "contentful-app-scripts create-app-definition",
"upload": "contentful-app-scripts upload --bundle-dir ./build",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 41ggGmfuNUErRXQhTdGlpu --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 1wVW4ZwkUP7kYaf8Q49jUH --token ${TEST_CMA_TOKEN}"
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 1wVW4ZwkUP7kYaf8Q49jUH --token ${TEST_CMA_TOKEN}"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/homebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/hubspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"create-app-definition": "contentful-app-scripts create-app-definition",
"add-locations": "contentful-app-scripts add-locations",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 4u975fs1eUfiPsdaxpbQFO --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 1p60PoDynErXJmD8UYlvM8 --token ${TEST_CMA_TOKEN}",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 1p60PoDynErXJmD8UYlvM8 --token ${TEST_CMA_TOKEN}",
"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",
"upsert-actions": "contentful-app-scripts upsert-actions --ci --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
Expand Down
2 changes: 1 addition & 1 deletion apps/iterable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"add-locations": "contentful-app-scripts add-locations",
"upload": "contentful-app-scripts upload --bundle-dir ./build",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $DEFINITIONS_ORG_ID --definition-id 5MaFCKUVN1fy0YP1Jljtqz --token $CONTENTFUL_CMA_TOKEN",
"deploy:staging": "npm run build && contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${TEST_ORG_ID} --definition-id 1p60PoDynErXJmD8UYlvM8 --token ${TEST_CMA_TOKEN}"
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 6de2o59fJ0mfAXVotQB6U6 --token ${TEST_CMA_TOKEN}"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
3 changes: 1 addition & 2 deletions apps/locale-field-populator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,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 2kYWs1ck9ygF8ei2B4cYL8 --token ${CONTENTFUL_CMA_TOKEN}",
"deploy:staging": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${TEST_ORG_ID} --definition-id 5SjsH1qGRd1m5j27gRJN9s --token ${TEST_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 5SjsH1qGRd1m5j27gRJN9s --token ${TEST_CMA_TOKEN}",
"lint": "eslint .",
"lint:write": "eslint . --fix"
},
Expand Down
5 changes: 3 additions & 2 deletions apps/rich-text-versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"add-locations": "contentful-app-scripts add-locations",
"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 124Uib4VuyyotNryx2nf9b --token $CONTENTFUL_CMA_TOKEN"
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $DEFINITIONS_ORG_ID --definition-id 124Uib4VuyyotNryx2nf9b --token $CONTENTFUL_CMA_TOKEN",
"deploy:test": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEV_TESTING_ORG_ID} --definition-id 1TD2pO2aJAZRxG9e6bNs4j --token ${TEST_CMA_TOKEN}"
},
"devDependencies": {
"@contentful/app-scripts": "^2.5.5",
Expand All @@ -52,4 +53,4 @@
"slate": "0.94.1",
"slate-react": "0.102.0"
}
}
}