Skip to content

Commit

Permalink
add repo directory field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Feb 20, 2024
1 parent 0421a16 commit f17f28d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-meals-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/build-utils": patch
---

add directory field to package.json
1 change: 1 addition & 0 deletions src/PackageContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class PackageJson extends Schema.Class<PackageJson>()({
Schema.struct({
type: Schema.string,
url: Schema.string,
directory: Schema.optional(Schema.string),
}),
),
dependencies: Schema.optional(Schema.record(Schema.string, Schema.string)),
Expand Down

0 comments on commit f17f28d

Please sign in to comment.