Skip to content

Commit a981fcb

Browse files
committed
Revert "build: Remove the subshell when pushing"
This reverts commit c889afa.
1 parent 4d59183 commit a981fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ if [ -z "$NPM_TOKEN" ]; then
6868
exit 1
6969
fi
7070
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > @jkcfg/std/.npmrc
71-
docker_run bash -c 'cd @jkcfg/std && npm publish'
71+
docker_run bash -c '$(cd @jkcfg/std && npm publish)'

0 commit comments

Comments
 (0)