Skip to content

Commit

Permalink
fix: allow any script to be included in tarball (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Nov 23, 2021
1 parent 0f833f7 commit 1efc454
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/cli/tarballs/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ export default class Verify extends SfdxCommand {
`${this.baseDir}/bin/*`,
`${this.baseDir}/dist/**/*.js`,
`${this.baseDir}/dist/builtins/package.json`,
`${this.baseDir}/scripts/clean-for-tarballs`,
`${this.baseDir}/scripts/include-sf.js`,
`${this.baseDir}/scripts/*`,
`${this.baseDir}/sf/**/*`,
];
const expectedFiles = await fg(expectedFileGlobs);
Expand Down

0 comments on commit 1efc454

Please sign in to comment.