aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/monorepo-scripts')
-rw-r--r--packages/monorepo-scripts/src/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/src/constants.ts b/packages/monorepo-scripts/src/constants.ts
index 154a86069..3aaf881cb 100644
--- a/packages/monorepo-scripts/src/constants.ts
+++ b/packages/monorepo-scripts/src/constants.ts
@@ -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: './node_modules/lerna/bin/lerna.js',
+ lernaExecutable: path.join('node_modules', 'lerna', 'bin', 'lerna.js'),
githubPersonalAccessToken: process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS,
};
/td>7-56/+55 * - ftp is refusing anonymous connections; host distfile on local mirror for nowpav2006-06-112-10/+6 * Chase gmp library and bump PORTREVISION.ale2006-05-101-2/+2 * remove USE_REINPLACE for all categories starting with Iedwin2006-05-081-1/+0 * - Add SHA256pav2005-11-261-0/+1 * - Fix 'echo' syntaxsem2005-07-151-1/+1