We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d59183 commit a981fcbCopy full SHA for a981fcb
run-release.sh
@@ -68,4 +68,4 @@ if [ -z "$NPM_TOKEN" ]; then
68
exit 1
69
fi
70
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > @jkcfg/std/.npmrc
71
-docker_run bash -c 'cd @jkcfg/std && npm publish'
+docker_run bash -c '$(cd @jkcfg/std && npm publish)'
0 commit comments