Skip to content

Commit

Permalink
fix: includ vendor folder when renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst committed Oct 23, 2023
1 parent bd76767 commit bc40d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/app-builder/src/commands/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const transform: PdkBuilderCommand = async ({env, config, args, debug}) => {
const files = glob.sync(`${platformFolderPath}/**/*`, {
ignore: [
`${platformFolderPath}/node_modules/**/*`,
`${platformFolderPath}/vendor/!(composer)**/*`,
`${platformFolderPath}/package.json`,
`${platformFolderPath}/yarn.lock`,
`${platformFolderPath}/**/*.log`,
Expand Down

0 comments on commit bc40d14

Please sign in to comment.