diff --git a/_build_npm.ts b/_build_npm.ts index 6026d77..589208a 100644 --- a/_build_npm.ts +++ b/_build_npm.ts @@ -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 }, +);