Skip to content

Commit 551306e

Browse files
committed
chore: update build script.
1 parent b515236 commit 551306e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const rootIndexJSPath = path.resolve(process.cwd(), 'template', 'js', 'index.js'
1212
const dataJsonPath = path.resolve(process.cwd(), 'dist', 'data.json');
1313
const dataJsonMinPath = path.resolve(process.cwd(), 'dist', 'data.min.json');
1414
const cssPath = path.resolve(deployDir, 'css', 'index.css');
15-
const contributorsPath = path.resolve(deployDir, 'CONTRIBUTORS.svg');
15+
const contributorsPath = path.resolve(process.cwd(), 'CONTRIBUTORS.svg');
1616

1717
;(async () => {
1818
try {

0 commit comments

Comments
 (0)