File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 "build" : " tsc && vite build --outDir build && npm run build:functions" ,
2525 "test" : " vitest" ,
2626 "create-app-definition" : " contentful-app-scripts create-app-definition" ,
27- "deploy" : " contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id ${DEFINITIONS_ORG_ID} --definition-id gWLhC7MnK2rgcvifgE4do --token ${CONTENTFUL_CMA_TOKEN}" ,
27+ "deploy" : " contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id gWLhC7MnK2rgcvifgE4do --token ${CONTENTFUL_CMA_TOKEN}" ,
2828 "upload" : " contentful-app-scripts upload --bundle-dir ./build" ,
2929 "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" ,
3030 "upsert-actions" : " contentful-app-scripts upsert-actions --ci --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN" ,
3131 "build:functions" : " contentful-app-scripts build-functions --ci" ,
32- "deploy:dev" : " source .env && contentful-app-scripts upload --ci --bundle-dir ./dist --organization-id \" $DEFINITIONS_ORG_ID\" --definition-id gWLhC7MnK2rgcvifgE4do --token \" $CONTENTFUL_CMA_TOKEN\" " ,
32+ "deploy:dev" : " source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id \" $DEFINITIONS_ORG_ID\" --definition-id gWLhC7MnK2rgcvifgE4do --token \" $CONTENTFUL_CMA_TOKEN\" " ,
3333 "upload-ci:dev" : " source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id \" $CONTENTFUL_ORG_ID\" --definition-id \" $CONTENTFUL_APP_DEF_ID\" --token \" $CONTENTFUL_ACCESS_TOKEN\" " ,
3434 "upsert-actions:dev" : " source .env && contentful-app-scripts upsert-actions --ci --organization-id \" $CONTENTFUL_ORG_ID\" --definition-id \" $CONTENTFUL_APP_DEF_ID\" --token \" $CONTENTFUL_ACCESS_TOKEN\" " ,
3535 "create-app-event" : " tsx -r dotenv/config src/scripts/createAppEvents.ts"
You can’t perform that action at this time.
0 commit comments