Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphv committed Aug 8, 2024
1 parent 502420a commit 92b8562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"create-postgres-scheduled-events": "node /app/scripts/create-postgres-scheduled-events.js",
"create-kafka-connector-scheduled-events": "node /app/scripts/create-kafka-connector-scheduled-events.js",
"_publish-npm": "npm publish",
"_release-npm": "npm version patch && git push --follow-tags && npm run _publish-npm",
"prepare-to-release": "npm version patch && git push --follow-tags",
"prepublishOnly": "npm run build"
},
"keywords": [],
Expand Down

0 comments on commit 92b8562

Please sign in to comment.