From 98efc1e6f075c48db0d78d0047d8f7fff673c21e Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Wed, 18 Jun 2025 12:04:44 +0100 Subject: [PATCH] add script --- packages/gitbook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index e54901316..a430218cf 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -8,7 +8,7 @@ "build:cloudflare": "next-on-pages --custom-entrypoint=./src/cloudflare-entrypoint.ts", "start": "next start", "typecheck": "tsc --noEmit", - "e2e": "playwright test e2e/internal.spec.ts", + "e2e": "playwright test e2e/internal.spec.ts e2e/pdf.spec.ts", "e2e-customers": "playwright test e2e/customers.spec.ts", "unit": "bun test {src,packages} --preload ./tests/preload-bun.ts", "generate": "gitbook-icons ./public/~gitbook/static/icons custom-icons && gitbook-math ./public/~gitbook/static/math",