Skip to content

Commit 8406d63

Browse files
committed
changing the package.json to browserstack-package.json
1 parent 00ba670 commit 8406d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/archiver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const archiveSpecs = (runSettings, filePath) => {
4141
allowedFileTypes.forEach(fileType => {
4242
archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: ['node_modules/**', 'package-lock.json', 'package.json'] });
4343
});
44-
archive.append(packageJSON, { name: 'package.json' });
44+
archive.append(packageJSON, { name: 'browserstack-package.json' });
4545

4646
archive.finalize();
4747
});

0 commit comments

Comments
 (0)