Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/brave-cherries-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion scripts/publish-cargo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
set -eo pipefail
set -e

# Get the local version from Cargo.toml
package_name=$(awk '
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-docs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env bash
set -eo pipefail
set -e

# Get the local version from package.json
local_version=$(jq -r ".version" package.json)
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-npm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
set -eo pipefail
set -e

# Get the local version from package.json
package_name=$(jq -r ".name" package.json)
Expand Down