Describe the bug A clear and concise description of what the bug is.
Denon reloading when run build command
To Reproduce
make a .ts file and run denon bunde file.ts file.js
Expected behavior A clear and concise description of what you expected to
happen.
Configuration or Project
Here is denon config. The first command runs as intended, but the second command reloads infinitely without making file changes
{
"$schema": "https://deno.land/x/denon@2.4.7/schema.json",
"scripts": {
"start": {
"cmd": "deno run src/index.ts",
"desc": "run my index.ts file"
},
"build": {
"cmd": "deno bundle src/index.ts static/js/index.js"
}
}
}
Setup
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too
We use tracking cookies to understand how you use the product and help us improve it.