diff --git a/scripts/check-site.ts b/scripts/check-site.ts index f771626594..e69e3f277e 100755 --- a/scripts/check-site.ts +++ b/scripts/check-site.ts @@ -52,7 +52,7 @@ describe('site test', () => { server = createServer({ root: join(process.cwd(), '_site') }); server.listen(port); // eslint-disable-next-line no-console - console.log('site static server run: http://localhost:3000'); + console.log(`site static server run: http://localhost:${port}`); }); afterAll(() => {