Skip to content

Commit f6f82b8

Browse files
committed
fix: makes node 6 happy
1 parent 36fbebe commit f6f82b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function setupE2e() {
2424
fs.mkdirpSync(Paths.e2eWorkTemplateDir);
2525

2626
// create the tempalte package from which node_modules will be originally copied from
27-
fs.copyFileSync(
27+
fs.copySync(
2828
path.join(Paths.e2eSourceDir, 'package-template.json'),
2929
path.join(Paths.e2eWorkTemplateDir, 'package.json')
3030
);

0 commit comments

Comments
 (0)