chore: update build script.

This commit is contained in:
jaywcjlove 2022-03-16 02:25:38 +08:00
parent 1640e5d748
commit b515236390
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const rootIndexJSPath = path.resolve(process.cwd(), 'template', 'js', 'index.js'
const dataJsonPath = path.resolve(process.cwd(), 'dist', 'data.json'); const dataJsonPath = path.resolve(process.cwd(), 'dist', 'data.json');
const dataJsonMinPath = path.resolve(process.cwd(), 'dist', 'data.min.json'); const dataJsonMinPath = path.resolve(process.cwd(), 'dist', 'data.min.json');
const cssPath = path.resolve(deployDir, 'css', 'index.css'); const cssPath = path.resolve(deployDir, 'css', 'index.css');
const contributorsPath = path.resolve(process.cwd(), 'CONTRIBUTORS.svg'); const contributorsPath = path.resolve(deployDir, 'CONTRIBUTORS.svg');
;(async () => { ;(async () => {
try { try {