diff --git a/package.json b/package.json index 329f398..98fdcc6 100644 --- a/package.json +++ b/package.json @@ -5,6 +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" },