Skip to content

Commit

Permalink
fix: makes node 6 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Aug 3, 2018
1 parent 36fbebe commit f6f82b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function setupE2e() {
fs.mkdirpSync(Paths.e2eWorkTemplateDir);

// create the tempalte package from which node_modules will be originally copied from
fs.copyFileSync(
fs.copySync(
path.join(Paths.e2eSourceDir, 'package-template.json'),
path.join(Paths.e2eWorkTemplateDir, 'package.json')
);
Expand Down

0 comments on commit f6f82b8

Please sign in to comment.