Skip to content

Commit

Permalink
Update .rultor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon authored May 12, 2024
1 parent 29a9fc9 commit b7a87d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ release:
git commit -am "set version to ${tag}"
chmod 600 ../npmrc
echo "Dry run:"
cd eo2js && npm publish --no-color --dry-run --userconfig=../npmrc && cd ../eo2js && npm publish --no-color --dry-run --userconfig=../npmrc
cd eo2js && npm publish --no-color --dry-run --userconfig=../npmrc && cd ../eo2js-runtime && npm publish --no-color --dry-run --userconfig=../npmrc && cd ..
echo "Publishing:"
cd eo2js && npm publish --no-color --userconfig=../npmrc && cd ../eo2js && npm publish --no-color --userconfig=../npmrc || echo "Unpublishing:" && cd ../eo2js && npm unpublish && cd ../eo2js-runtime && npm unpublish
cd eo2js && npm publish --no-color --userconfig=../npmrc && cd ../eo2js-runtime && npm publish --no-color --userconfig=../npmrc || echo "Unpublishing:" && cd ../eo2js && npm unpublish && cd ../eo2js-runtime && npm unpublish
merge:
script: |-
npm test

0 comments on commit b7a87d5

Please sign in to comment.