Skip to content

Commit 47a5fc4

Browse files
committed
chore: update
1 parent a76844e commit 47a5fc4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
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

packages/core/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)