Skip to content

Commit

Permalink
chore(rudderjsonadapter): fix snapshot-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Aug 20, 2024
1 parent ac11d31 commit 8543054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudderjsonadapter/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
],
"executor": "nx:run-commands",
"options": {
"command": "echo 'rudderjsonadapter-snapshot' && cd rudderjsonadapter && sh ../gradlew generatePomFileForReleasePublication && ../gradlew publishToSonatype && cd .."
"command": "echo 'rudderjsonadapter-snapshot' && sh ./gradlew generatePomFileForReleasePublication -p rudderjsonadapter && ./gradlew publishToSonatype -p rudderjsonadapter"
}
}
},
Expand Down

0 comments on commit 8543054

Please sign in to comment.