Skip to content

Commit

Permalink
fix: @polkadot/api dependency location
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Dec 12, 2023
1 parent 78e23a0 commit 27ba026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fi
package_version=${package_version}$last_patch
echo "New package version: $new_package_version"

pjsapi_ver=^$(cat "$DIR/../../package.json" | jq -r '.dependencies."@polkadot/api"' | sed -e "s/^\^//")
pjsapi_ver=^$(cat "$DIR/../../playgrounds/package.json" | jq -r '.dependencies."@polkadot/api"' | sed -e "s/^\^//")
tsnode_ver=^$(cat "$DIR/../../package.json" | jq -r '.devDependencies."ts-node"' | sed -e "s/^\^//")
ts_ver=^$(cat "$DIR/../../package.json" | jq -r '.devDependencies."typescript"' | sed -e "s/^\^//")

Expand Down

0 comments on commit 27ba026

Please sign in to comment.