Add ending slash

This commit is contained in:
Fabio Berger
2018-07-26 14:22:51 +02:00
parent e320f343f8
commit d3be4f2852

View File

@@ -10,7 +10,7 @@ import { utils } from './utils/utils';
(async () => {
const IS_LOCAL_PUBLISH = process.env.IS_LOCAL_PUBLISH === 'true';
const registry = IS_LOCAL_PUBLISH ? 'http://localhost:4873' : 'https://registry.npmjs.org';
const registry = IS_LOCAL_PUBLISH ? 'http://localhost:4873/' : 'https://registry.npmjs.org/';
const monorepoRootPath = path.join(__dirname, '../../..');
const packages = utils.getTopologicallySortedPackages(monorepoRootPath);
const installablePackages = _.filter(