Skip to content

Commit d282d54

Browse files
committed
chore: debug release ci
1 parent 53676a3 commit d282d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bundle-release.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ module.exports = async function({ github, glob, workspace, publishedPackages })
5656
const globber = await glob.create('pfe.min.*');
5757
const files = await globber.glob();
5858

59+
// eslint-disable-next-line
5960
console.log('creating tarball for', files);
6061

6162
await tar.c({ gzip: true, file: 'pfe.min.tgz' }, files);

0 commit comments

Comments
 (0)