Skip to content

Commit

Permalink
ci: fix startLocalRegistry command
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 17, 2024
1 parent c3e2fc1 commit b792c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ function _deprecate {
else
yarn verdaccio-clean
source .codebuild/scripts/local_publish_helpers.sh
startLocalRegistry "$(pwd)/codebuild_specs/scripts/verdaccio.yaml"
startLocalRegistry "$(pwd)/.codebuild/scripts/verdaccio.yaml"
setNpmRegistryUrlToLocal
fi
yarn deprecate
Expand Down

0 comments on commit b792c24

Please sign in to comment.