Skip to content

Commit f23ae64

Browse files
committed
ignore browserstack-package.json file
1 parent 36bd965 commit f23ae64

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
@@ -40,7 +40,7 @@ const archiveSpecs = (runSettings, filePath) => {
4040

4141
let allowedFileTypes = [ 'js', 'json', 'txt', 'ts' ]
4242
allowedFileTypes.forEach(fileType => {
43-
archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: ['node_modules/**', 'package-lock.json', 'package.json'] });
43+
archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: ['node_modules/**', 'package-lock.json', 'package.json', 'browserstack-package.json'] });
4444
});
4545
archive.append(packageJSON, { name: 'browserstack-package.json' });
4646

0 commit comments

Comments
 (0)