Add missing backslash that is part of registry URL comparison in Lerna
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
const IS_LOCAL_PUBLISH = process.env.IS_LOCAL_PUBLISH === 'true';
 | 
					const IS_LOCAL_PUBLISH = process.env.IS_LOCAL_PUBLISH === 'true';
 | 
				
			||||||
const LOCAL_NPM_REGISTRY_URL = 'http://localhost:4873';
 | 
					const LOCAL_NPM_REGISTRY_URL = 'http://localhost:4873';
 | 
				
			||||||
const REMOTE_NPM_REGISTRY_URL = 'https://registry.npmjs.org';
 | 
					const REMOTE_NPM_REGISTRY_URL = 'https://registry.npmjs.org/';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const configs = {
 | 
					export const configs = {
 | 
				
			||||||
    IS_LOCAL_PUBLISH,
 | 
					    IS_LOCAL_PUBLISH,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user