Skip to content

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 14, 2023
1 parent 69f6323 commit 6d793ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ await build({
Deno.copyFileSync("README.md", `${outDir}/README.md`);
},
});

await Deno.writeTextFile(
`${outDir}/.npmignore`,
"_generator/\ndev_deps.ts\n",
{ append: true },
);

0 comments on commit 6d793ef

Please sign in to comment.