Skip to content

Commit a18fe5e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)