diff --git a/gulpfile.cjs b/gulpfile.cjs index dc74e35..62c22c5 100644 --- a/gulpfile.cjs +++ b/gulpfile.cjs @@ -29,7 +29,7 @@ gulp.task("scripts", async () => { swcDir({ cliOptions: { outDir: "./dist", - watch: true, + watch: false, filenames: ["./src"], extensions: [".ts"], stripLeadingPaths: true,