Install our fork of lerna and use it
This commit is contained in:
@@ -3,6 +3,6 @@ import * as path from 'path';
|
||||
export const constants = {
|
||||
monorepoRootPath: path.join(__dirname, '../../..'),
|
||||
stagingWebsite: 'http://staging-0xproject.s3-website-us-east-1.amazonaws.com',
|
||||
lernaExecutable: path.join('node_modules', 'lerna', 'cli.js'),
|
||||
lernaExecutable: path.join('node_modules', '@0x-lerna-fork', 'lerna', 'cli.js'),
|
||||
githubPersonalAccessToken: process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user