From dbbb34ebee7eb7d37fb478195f79bce1113c0b39 Mon Sep 17 00:00:00 2001 From: kiki-kanri Date: Fri, 19 Apr 2024 23:13:36 +0800 Subject: [PATCH] chore: rename script file and format tsc-multi.json --- build_and_publish.sh => build-and-publish.sh | 0 tsc-multi.json | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) rename build_and_publish.sh => build-and-publish.sh (100%) diff --git a/build_and_publish.sh b/build-and-publish.sh similarity index 100% rename from build_and_publish.sh rename to build-and-publish.sh diff --git a/tsc-multi.json b/tsc-multi.json index e1d6b65..3794a48 100644 --- a/tsc-multi.json +++ b/tsc-multi.json @@ -1,6 +1,3 @@ { - "targets": [ - { "extname": ".cjs" }, - { "extname": ".mjs" } - ] + "targets": [{ "extname": ".cjs" }, { "extname": ".mjs" }] }