Skip to content

Commit

Permalink
Merge pull request #1002 from salesforcecli/mdonnalley/expect-theme
Browse files Browse the repository at this point in the history
fix: expect theme.json in tarball
  • Loading branch information
shetzel authored Feb 5, 2024
2 parents 7f3b277 + da1f374 commit 07a7c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/cli/tarballs/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export default class Verify extends SfCommand<void> {
`${this.baseDir}/dist/builtins/package.json`,
`${this.baseDir}/scripts/*`,
`${this.baseDir}/sf/**/*`,
`${this.baseDir}/theme.json`,
];
const expectedFiles = await fg(expectedFileGlobs);
const allFiles = await fg([`${this.baseDir}/**/*`, `!${this.baseDir}/node_modules/**/*`]);
Expand Down

0 comments on commit 07a7c5e

Please sign in to comment.