Skip to content

Commit

Permalink
Fix(Pack): Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jul 6, 2023
1 parent a47821d commit 7000ef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pack/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ program.command('pack [entryPaths...]', { isDefault: true })
const useConfig = exploreConfig('techor.*')
const buildTasks: BuildTask[] = []
const exploreEntries = (eachEntries: string[]) => {
console.log(process.cwd())
return fg.sync(
[...new Set(eachEntries)].map((eachEntry) => path.normalize(eachEntry))
)
Expand Down

0 comments on commit 7000ef0

Please sign in to comment.