Skip to content

Commit

Permalink
Change config.yaml to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Sep 2, 2022
1 parent 51829ef commit f078bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ci-e2e-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ try {
describe('Verdaccio');
// TODO: Kill verdaccio
child_process.spawn(
'npx verdaccio --config ../.circleci/verdaccio/config.yaml',
'npx verdaccio --config ../.circleci/verdaccio/config.yml',
);
exec('npm set registry http://localhost:4873');

Expand Down

0 comments on commit f078bb1

Please sign in to comment.