Skip to content

Commit 57d2cad

Browse files
committed
fixup
1 parent 2aebb0f commit 57d2cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ main() {
135135
# jq can't edit in place so we must store in memory and echo
136136
local contents
137137
contents="$(jq ".name |= \"$PACKAGE_NAME\"" package.json)"
138-
echo "${contents}" > package.json > /dev/null 2>&1
138+
echo "${contents}" > package.json
139139
popd
140140
fi
141141

0 commit comments

Comments
 (0)