Skip to content

Commit

Permalink
fix repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and dokmic committed Dec 27, 2024
1 parent 73e570a commit 1b98ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UiSharedDepsNpm = require('.');
const MOMENT_SRC = require.resolve('moment/min/moment-with-locales.js');
const WEBPACK_SRC = require.resolve('webpack');

const REPO_ROOT = Path.resolve(__dirname, '..', '..');
const REPO_ROOT = Path.resolve(__dirname, '..', '..', '..', '..', '..');

module.exports = (_, argv) => {
const outputPath = argv.outputPath ? Path.resolve(argv.outputPath) : UiSharedDepsNpm.distDir;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { distDir: UiSharedDepsSrcDistDir } = require('./src/definitions');

const MOMENT_SRC = require.resolve('moment/min/moment-with-locales.js');

const REPO_ROOT = Path.resolve(__dirname, '..', '..');
const REPO_ROOT = Path.resolve(__dirname, '..', '..', '..', '..', '..');

module.exports = {
node: {
Expand Down

0 comments on commit 1b98ded

Please sign in to comment.