Skip to content

Commit

Permalink
add files directive to next-based packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed Feb 13, 2024
1 parent ce7693c commit 5ea1e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"type-check": "tsc",
"type-check-watch": "tsc --watch"
},
"files": [".next"],
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
Expand Down
1 change: 1 addition & 0 deletions integrations/evaluations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "next start",
"lint": "next lint"
},
"files": [".next"],
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@pubpub/sdk": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions integrations/submissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "next start",
"lint": "next lint"
},
"files": [".next"],
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@pubpub/sdk": "workspace:*",
Expand Down

0 comments on commit 5ea1e22

Please sign in to comment.