Skip to content

Commit

Permalink
Ralphv wip (#7)
Browse files Browse the repository at this point in the history
* fixing integration tests location
fixing scheduled events docker compose

* small changes

* 0.1.3

* remove dist folder, make it ignored.
add new git actions

* wip

---------

Co-authored-by: Ralph Varjabedian <[email protected]>
  • Loading branch information
ralphv and ralphv authored Aug 8, 2024
1 parent eba421d commit 94b679f
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 94b679f

Please sign in to comment.