Skip to content

Commit

Permalink
Merge pull request #100 from TNG/comment-out-publishing-for-testing
Browse files Browse the repository at this point in the history
chore: comment out publishing for testing again
  • Loading branch information
alexzurbonsen authored Jan 22, 2025
2 parents 06e1e0d + 365c61a commit 3c8ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ git tag -a ${VERSION} -m "Release version ${VERSION}"
git push --tags

echo -e "\n${VIOLET}Publishing package${NC}"
npm publish --access public
# npm publish --access public

echo -e "\n${VIOLET}Publishing successful${NC}"

0 comments on commit 3c8ba5f

Please sign in to comment.