Skip to content

Commit

Permalink
Revert "build: Remove the subshell when pushing"
Browse files Browse the repository at this point in the history
This reverts commit c889afa.
  • Loading branch information
dlespiau committed Jul 5, 2019
1 parent 4d59183 commit a981fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ if [ -z "$NPM_TOKEN" ]; then
exit 1
fi
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > @jkcfg/std/.npmrc
docker_run bash -c 'cd @jkcfg/std && npm publish'
docker_run bash -c '$(cd @jkcfg/std && npm publish)'

0 comments on commit a981fcb

Please sign in to comment.