diff --git a/apps/sfmc-studio/package.json b/apps/sfmc-studio/package.json index 02265423b..fe60b9ba2 100644 --- a/apps/sfmc-studio/package.json +++ b/apps/sfmc-studio/package.json @@ -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",