diff --git a/core/package.json b/core/package.json index 7e2b170d75..801db180a8 100644 --- a/core/package.json +++ b/core/package.json @@ -15,6 +15,7 @@ "type-check": "tsc", "type-check-watch": "tsc --watch" }, + "files": [".next"], "prisma": { "seed": "ts-node prisma/seed.ts" }, diff --git a/integrations/evaluations/package.json b/integrations/evaluations/package.json index a6ae7e01ca..a1072f24ea 100644 --- a/integrations/evaluations/package.json +++ b/integrations/evaluations/package.json @@ -8,6 +8,7 @@ "start": "next start", "lint": "next lint" }, + "files": [".next"], "dependencies": { "@hookform/resolvers": "^3.3.1", "@pubpub/sdk": "workspace:*", diff --git a/integrations/submissions/package.json b/integrations/submissions/package.json index 219fb64662..c5caa63e8f 100644 --- a/integrations/submissions/package.json +++ b/integrations/submissions/package.json @@ -8,6 +8,7 @@ "start": "next start", "lint": "next lint" }, + "files": [".next"], "dependencies": { "@hookform/resolvers": "^3.3.1", "@pubpub/sdk": "workspace:*",