Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
change directory of motifui-components
Browse files Browse the repository at this point in the history
  • Loading branch information
sennikrauss committed Sep 23, 2021
1 parent c608162 commit 5d264be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/motif-ui-importer-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import {
const __dirname = path.resolve();
const localMotifUiComponents = path.resolve(
__dirname,
"./scripts/motif-ui-lambda/motif-ui-components"
"./motif-ui-lambda/motif-ui-components"
);
const localScreenshots = path.resolve(
__dirname,
"./scripts/motif-ui-lambda/screenshots"
"./motif-ui-lambda/screenshots"
);
const pathToMotifUiRepo = path.resolve(__dirname, "../../motif-ui/src");
const pathToMotifUIScreenshots = path.resolve(
Expand Down

0 comments on commit 5d264be

Please sign in to comment.