Skip to content

Commit b792c24

Browse files
author
Dane Pilcher
committed
ci: fix startLocalRegistry command
1 parent c3e2fc1 commit b792c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function _deprecate {
482482
else
483483
yarn verdaccio-clean
484484
source .codebuild/scripts/local_publish_helpers.sh
485-
startLocalRegistry "$(pwd)/codebuild_specs/scripts/verdaccio.yaml"
485+
startLocalRegistry "$(pwd)/.codebuild/scripts/verdaccio.yaml"
486486
setNpmRegistryUrlToLocal
487487
fi
488488
yarn deprecate

0 commit comments

Comments
 (0)