Skip to content

Commit 13e50e7

Browse files
committed
Update generate-resumes.js
1 parent 293c3bf commit 13e50e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-resumes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { launch } from 'puppeteer'
55
import fs from 'fs-extra'
66
import kill from 'tree-kill'
77

8-
const langs = ['en', 'ru', 'hy']
8+
const langs = ['en', 'ru', 'hy', 'uk']
99
const baseUrl = 'http://localhost:3000'
1010

1111
function waitForServerReady(url, timeout = 10000) {

0 commit comments

Comments
 (0)