FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(cli): proper path resolution to helpers · pattern-lab/patternlab-node@a18fe5e · GitHub

This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit a18fe5e

Browse files
committed
fix(cli): proper path resolution to helpers
1 parent 0c02c73 commit a18fe5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/cli/bin/install-edition.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const installEdition = (edition, config, projectDir) => {
6464
);
6565

6666
yield copyAsync(
67-
path.resolve(editionPath, '/helpers/test.js'),
67+
path.join(editionPath, path.sep, 'helpers', path.sep, 'test.js'),
6868
path.resolve(sourceDir, '../', 'helpers/test.js')
6969
);
7070

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL