aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/constants.ts
blob: f08313bd22c03ea111a90ea9b319fe50ac96a456 (plain) (blame)
1
2
3
4
5
6
7
8
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'),
    githubPersonalAccessToken: process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS,
};