mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
chore: disable swc minify (#2809)
* chore: disable minify * test: fix deno test
This commit is contained in:
@@ -4,7 +4,7 @@ const dirs = ['']
|
||||
for await (const dir of dirs) {
|
||||
await Promise.all(
|
||||
fs.readdirSync(`denoTestsDist${dir}`).map(async (file) => {
|
||||
if (!file.endsWith('.js')) {
|
||||
if (!file.endsWith('.js') && !file.endsWith('.map') && !file.endsWith('.ts')) {
|
||||
dirs.push(`${dir}/${file}`)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user