Skip to content

Commit

Permalink
fix: remove unnecessary files in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 14, 2023
1 parent 6d793ef commit cae9dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ await build({

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

0 comments on commit cae9dcb

Please sign in to comment.