Skip to content

Commit

Permalink
chore: format string
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 14, 2023
1 parent c636f90 commit 91a0739
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\n",
{ append: true },
);

0 comments on commit 91a0739

Please sign in to comment.