update gulp file again
This commit is contained in:
parent
731e5d5ee7
commit
e37a8b9749
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ gulp.task("scripts", async () => {
|
||||||
swcDir({
|
swcDir({
|
||||||
cliOptions: {
|
cliOptions: {
|
||||||
outDir: "./dist",
|
outDir: "./dist",
|
||||||
watch: true,
|
watch: false,
|
||||||
filenames: ["./src"],
|
filenames: ["./src"],
|
||||||
extensions: [".ts"],
|
extensions: [".ts"],
|
||||||
stripLeadingPaths: true,
|
stripLeadingPaths: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue