We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ba670 commit 8406d63Copy full SHA for 8406d63
bin/helpers/archiver.js
@@ -41,7 +41,7 @@ const archiveSpecs = (runSettings, filePath) => {
41
allowedFileTypes.forEach(fileType => {
42
archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: ['node_modules/**', 'package-lock.json', 'package.json'] });
43
});
44
- archive.append(packageJSON, { name: 'package.json' });
+ archive.append(packageJSON, { name: 'browserstack-package.json' });
45
46
archive.finalize();
47
0 commit comments