You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]/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"
}
}
}
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/[email protected]/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
The text was updated successfully, but these errors were encountered: