fix: increase e2e test timeout (#682)

This commit is contained in:
Paul
2023-12-05 03:54:41 +01:00
committed by GitHub
parent b903de983b
commit bfedabdc10
7 changed files with 25 additions and 21 deletions

View File

@ -8,6 +8,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e:prepare": "next build && next start",
"lint:fix": "next lint --fix",
"clean": "rimraf .next && rimraf node_modules",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"