We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41aa3a2 commit bd6ac58Copy full SHA for bd6ac58
bin/concurrently.spec.ts
@@ -32,6 +32,7 @@ beforeAll(async () => {
32
bundle: true,
33
outfile: path.join(tmpDir, 'concurrently.js'),
34
});
35
+ fs.copyFileSync(path.join(__dirname, '..', 'package.json'), path.join(tmpDir, 'package.json'));
36
}, 8000);
37
38
afterAll(() => {
0 commit comments