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 cc04cbf commit 8b5e5d4Copy full SHA for 8b5e5d4
bin/helpers/archiver.js
@@ -39,7 +39,7 @@ const archiveSpecs = (bsConfig, filePath) => {
39
40
let allowedFileTypes = [ 'js', 'json', 'txt', 'ts' ]
41
allowedFileTypes.forEach(fileType => {
42
- archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: 'node_modules/**' })
+ archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: 'node_modules/**' });
43
});
44
archive.append(packageJSON, { name: 'package.json' });
45
0 commit comments