From 8641cf34e897d0dccfba8e0a5eaea7097c2dcb28 Mon Sep 17 00:00:00 2001 From: jessieyyt <131130380+jessieyyt@users.noreply.github.com> Date: Fri, 26 May 2023 17:10:52 +0800 Subject: [PATCH] Update package.json --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 98fdcc6..053f5b6 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,7 @@ "main": "index.js", "scripts": { "start": "swa start src --api-location api", - "now-build": "npm run collect && next build", - "playwright_test": "playwright test", - "build": "npm run now-build && next export" + "playwright_test": "playwright test" }, "repository": { "type": "git",