Skip to content

Commit

Permalink
remove dry-run publish (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah authored Jun 22, 2023
1 parent d1e9549 commit 0344d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [[ "$BRANCH" == "buildnet" ]]; then
TAG="buildnet-"
fi

npm publish --access public --dry-run --tag ${TAG}dev
npm publish --access public --tag ${TAG}dev

0 comments on commit 0344d38

Please sign in to comment.