Skip to content

Commit

Permalink
fix: bump app-scripts in contentful-scoped cca package [] (#2200)
Browse files Browse the repository at this point in the history
* fix(deps): bump app-scripts in contentful-scoped cca package []

* fix: edit comment in cca package to trigger release []
  • Loading branch information
whitelisab authored Nov 7, 2024
1 parent e59bc33 commit 0abfa5c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 41 deletions.
55 changes: 16 additions & 39 deletions packages/contentful--create-contentful-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentful--create-contentful-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "mocha 'test/**/*.spec.{js,ts}'"
},
"dependencies": {
"@contentful/app-scripts": "1.27.0",
"@contentful/app-scripts": "1.30.1",
"@segment/analytics-node": "^2.2.0",
"chalk": "4.1.2",
"commander": "12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful--create-contentful-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function initProject(appName: string, options: CLIOptions) {

if (!isInteractive && isContentfulTemplate(templateSource) && normalizedOptions.function) {
// If function flag is specified, but no function name is provided, we default to external-references
// for legacy support.
// for legacy support
if (normalizedOptions.function === true) {
normalizedOptions.function = 'external-references';
}
Expand Down

0 comments on commit 0abfa5c

Please sign in to comment.