Skip to content

Commit

Permalink
fix(config): try and avoid multiple npm publish attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
sudaraka94 authored Apr 6, 2024
1 parent 0dd4aa1 commit fbce5e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"clean": "gatsby clean",
"contentful:export": "contentful space export --config contentful.json --skip-content --skip-roles --skip-webhooks",
"contentful:export:model": "contentful space export --config contentful.json",
"contentful:import": "contentful space import --config contentful.json",
"publish": "npm publish --access public"
"contentful:import": "contentful space import --config contentful.json"
},
"peerDependencies": {
"gatsby": "^5.13.3",
Expand Down

0 comments on commit fbce5e9

Please sign in to comment.