Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Jan 9, 2021
1 parent c47b21b commit 31907f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end

Dir.chdir(BREEZY_DIR) do
system("npm run build")
system("npm run publish")
system("npm publish")
end

system("git tag v#{version_str}")
Expand Down

0 comments on commit 31907f3

Please sign in to comment.