From 5d42e57aa6151eca0033d61e41c09201562159a7 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Tue, 25 Jul 2023 21:11:24 +0100 Subject: [PATCH] add pretest:e2e script (#405) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7f183ec8f..a2c0910a0 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "build": "FORCE_COLOR=1 turbo build", "build:watch": "FORCE_COLOR=1 turbo build:watch", "test:unit": "FORCE_COLOR=1 turbo test:unit", + "pretest:e2e": "npm run build -- --scope next-on-pages", "test:e2e": "FORCE_COLOR=1 turbo test:e2e", "publish": "turbo build & changeset publish", "changeset": "npx changeset"