Skip to content

Commit

Permalink
build: do not automatically generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbcf committed Jun 15, 2023
1 parent 518379c commit bffe2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const ENTRY_POINT = join(BASE, "src/index.ts");
try {
const t = performance.now();

execSync(`npx dts-bundle-generator -o ${join("dist", "index.d.ts")} ${ENTRY_POINT} --no-check`, {
stdio: "inherit",
});
// execSync(`npx dts-bundle-generator -o ${join("dist", "index.d.ts")} ${ENTRY_POINT} --no-check`, {
// stdio: "inherit",
// });

await Promise.all([
build({
Expand Down

0 comments on commit bffe2f4

Please sign in to comment.