Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 6, 2023
1 parent cab94ec commit 6cdd609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- 18
- 20
os:
- macos-latest
- ubuntu-latest
# - macos-latest
# - ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions packages/rollup/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ ConfigOptions = {}): RollupOptions[] => {
pkgOutputDir = pkgOutputDir + '/'
}

console.debug(pkgInput, pkgOutputDir, pkg)

if (!pkgInput.startsWith(pkg)) {
return []
}
Expand Down

0 comments on commit 6cdd609

Please sign in to comment.