Skip to content

Commit

Permalink
another release script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed May 30, 2019
1 parent 7472f46 commit 1300d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ for pkg in ${PACKAGES[@]} ; do (
) done

# packages/create is not a nested workspace and has no deps
echo_and_run ../../node_modules/.bin/bazel --output_base=$TMP run --workspace_status_command=../../scripts/current_version.sh //packages/create:npm_package.${NPM_COMMAND}
echo_and_run node_modules/.bin/bazel --output_base=$TMP run --workspace_status_command=scripts/current_version.sh //packages/create:npm_package.${NPM_COMMAND}

0 comments on commit 1300d58

Please sign in to comment.