diff options
Diffstat (limited to 'packages/monorepo-scripts/src/constants.ts')
-rw-r--r-- | packages/monorepo-scripts/src/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/monorepo-scripts/src/constants.ts b/packages/monorepo-scripts/src/constants.ts new file mode 100644 index 000000000..74387a159 --- /dev/null +++ b/packages/monorepo-scripts/src/constants.ts @@ -0,0 +1,5 @@ +import * as path from 'path'; + +export const constants = { + monorepoRootPath: path.join(__dirname, '../../..'), +}; |