Skip to content

Commit

Permalink
Merge pull request #227 from pubpub/ships/chore/add-dotnext-files
Browse files Browse the repository at this point in the history
add files directive to next-based packages
  • Loading branch information
ships authored Feb 13, 2024
2 parents ce7693c + 5ea1e22 commit 21ad969
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 21ad969

Please sign in to comment.