Skip to content

Commit f078bb1

Browse files
committed
Change config.yaml to config.yml
1 parent 51829ef commit f078bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ci-e2e-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ try {
7474
describe('Verdaccio');
7575
// TODO: Kill verdaccio
7676
child_process.spawn(
77-
'npx verdaccio --config ../.circleci/verdaccio/config.yaml',
77+
'npx verdaccio --config ../.circleci/verdaccio/config.yml',
7878
);
7979
exec('npm set registry http://localhost:4873');
8080

0 commit comments

Comments
 (0)