Install our fork of lerna and use it

This commit is contained in:
Fabio Berger
2018-07-24 19:35:13 +02:00
parent 91bc1b468b
commit c5859b65a3
3 changed files with 472 additions and 451 deletions

View File

@@ -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,
};