diff --git a/manage.js b/manage.js index 375069d..4803695 100644 --- a/manage.js +++ b/manage.js @@ -115,7 +115,7 @@ async function staticFilesSetup () { }) } -async function exampleProblemSetUp () { +async function exampleProblemSetup () { fse.move('data/example', 'data/1000') } @@ -123,7 +123,7 @@ program.command('setup') .action(() => { console.log('setup...') Promise.all([ - exampleProblemSetUp(), + exampleProblemSetup(), judgeSetup(), staticFilesSetup(), ])