Skip to content

Commit

Permalink
fix: sfmc studio deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
david-shibley-contentful committed Jan 31, 2025
1 parent 2846a4e commit e44794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sfmc-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 4kk0CWKMz2hDS2amuVelsV --token ${CONTENTFUL_CMA_TOKEN}",
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./next --organization-id ${DEFINITIONS_ORG_ID} --definition-id 4kk0CWKMz2hDS2amuVelsV --token ${CONTENTFUL_CMA_TOKEN}",
"export": "npx serve out -p 3005",
"lint": "next lint",
"test": "jest --ci",
Expand Down

0 comments on commit e44794f

Please sign in to comment.