File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2828 id : changes
2929 with :
30- predicate-quantifier : ' every'
3130 filters : |
3231 changed:
3332 - "packages/**"
34- - ".github/workflows/**"
3533 - "pnpm-lock.yaml"
3634
3735 - name : Setup Node.js
Original file line number Diff line number Diff line change @@ -1014,6 +1014,7 @@ const composeEntryConfig = async (
10141014 const scanGlobEntries = async ( tryResolveOutBase : boolean ) => {
10151015 // In bundleless mode, resolve glob patterns and convert them to entry object.
10161016 const resolvedEntries : Record < string , string > = { } ;
1017+ console . log ( 'resolvedEntries: ' , resolvedEntries ) ;
10171018
10181019 const resolveOutBase = async ( resolvedEntryFiles : string [ ] ) => {
10191020 if ( userOutBase !== undefined ) {
You can’t perform that action at this time.
0 commit comments