From b51523639026aa53ae1d00c72d633a8e22bf33c3 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 16 Mar 2022 02:25:38 +0800 Subject: [PATCH] chore: update build script. --- build/build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.mjs b/build/build.mjs index 90045013bf..5054e82811 100644 --- a/build/build.mjs +++ b/build/build.mjs @@ -12,7 +12,7 @@ const rootIndexJSPath = path.resolve(process.cwd(), 'template', 'js', 'index.js' const dataJsonPath = path.resolve(process.cwd(), 'dist', 'data.json'); const dataJsonMinPath = path.resolve(process.cwd(), 'dist', 'data.min.json'); const cssPath = path.resolve(deployDir, 'css', 'index.css'); -const contributorsPath = path.resolve(process.cwd(), 'CONTRIBUTORS.svg'); +const contributorsPath = path.resolve(deployDir, 'CONTRIBUTORS.svg'); ;(async () => { try {