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 24
24
"build" : " tsc && vite build --outDir build && npm run build:functions" ,
25
25
"test" : " vitest" ,
26
26
"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}" ,
28
28
"upload" : " contentful-app-scripts upload --bundle-dir ./build" ,
29
29
"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" ,
30
30
"upsert-actions" : " contentful-app-scripts upsert-actions --ci --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN" ,
31
31
"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\" " ,
33
33
"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\" " ,
34
34
"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\" " ,
35
35
"create-app-event" : " tsx -r dotenv/config src/scripts/createAppEvents.ts"
You can’t perform that action at this time.
0 commit comments