Skip to content

Commit

Permalink
fix: remove a rogue comma from the package.json scripts object
Browse files Browse the repository at this point in the history
  • Loading branch information
micmcgrorty committed May 23, 2024
1 parent dc8ae5b commit e570819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bynder-content-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "vite",
"build": "tsc && vite build",
"create-app-definition": "contentful-app-scripts create-app-definition",
"upload": "contentful-app-scripts upload --bundle-dir ./dist",
"upload": "contentful-app-scripts upload --bundle-dir ./dist"
},
"devDependencies": {
"@contentful/app-scripts": "1.10.2",
Expand Down

0 comments on commit e570819

Please sign in to comment.