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 27
27
- uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
28
28
id : changes
29
29
with :
30
- predicate-quantifier : ' every'
31
30
filters : |
32
31
changed:
33
32
- "packages/**"
34
- - ".github/workflows/**"
35
33
- "pnpm-lock.yaml"
36
34
37
35
- name : Setup Node.js
Original file line number Diff line number Diff line change @@ -1014,6 +1014,7 @@ const composeEntryConfig = async (
1014
1014
const scanGlobEntries = async ( tryResolveOutBase : boolean ) => {
1015
1015
// In bundleless mode, resolve glob patterns and convert them to entry object.
1016
1016
const resolvedEntries : Record < string , string > = { } ;
1017
+ console . log ( 'resolvedEntries: ' , resolvedEntries ) ;
1017
1018
1018
1019
const resolveOutBase = async ( resolvedEntryFiles : string [ ] ) => {
1019
1020
if ( userOutBase !== undefined ) {
You can’t perform that action at this time.
0 commit comments