We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fbebe commit f6f82b8Copy full SHA for f6f82b8
1 file changed
scripts/e2e.js
@@ -24,7 +24,7 @@ function setupE2e() {
24
fs.mkdirpSync(Paths.e2eWorkTemplateDir);
25
26
// create the tempalte package from which node_modules will be originally copied from
27
- fs.copyFileSync(
+ fs.copySync(
28
path.join(Paths.e2eSourceDir, 'package-template.json'),
29
path.join(Paths.e2eWorkTemplateDir, 'package.json')
30
);
0 commit comments