From cae9dcb96119e011dbbe71c949f0bb501b09d38d Mon Sep 17 00:00:00 2001 From: mineejo Date: Thu, 14 Dec 2023 16:51:23 +0300 Subject: [PATCH] fix: remove unnecessary files in the build --- _build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_npm.ts b/_build_npm.ts index 589208a..3906e1f 100644 --- a/_build_npm.ts +++ b/_build_npm.ts @@ -55,6 +55,6 @@ await build({ await Deno.writeTextFile( `${outDir}/.npmignore`, - "_generator/\ndev_deps.ts\n", + "/_generator\ndev_deps.ts\n", { append: true }, );