Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: node types (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: tjjfvi <[email protected]>
  • Loading branch information
josepot and tjjfvi authored Jun 23, 2023
1 parent 753c801 commit 34002ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ await Promise.all([
},
test: false,
typeCheck: false,
declaration: "separate",
}),
fs.copy("LICENSE", path.join(capiOutDir, "LICENSE")),
fs.copy("Readme.md", path.join(capiOutDir, "Readme.md")),
Expand All @@ -147,12 +148,7 @@ await Promise.all([
await Promise.all([
fs.copy(
path.join(capiOutDir, "src/rune/_empty.d.ts"),
path.join(capiOutDir, "esm/rune/_empty.d.ts"),
{ overwrite: true },
),
fs.copy(
path.join(capiOutDir, "src/rune/_empty.d.ts"),
path.join(capiOutDir, "script/rune/_empty.d.ts"),
path.join(capiOutDir, "types/rune/_empty.d.ts"),
{ overwrite: true },
),
editFile(
Expand Down

0 comments on commit 34002ce

Please sign in to comment.