Skip to content

Commit

Permalink
Merge pull request ai16z#343 from ai16z/fix-dev
Browse files Browse the repository at this point in the history
fix: dev build
  • Loading branch information
lalalune authored Nov 15, 2024
2 parents 8fe9cb5 + b3773bd commit 324760e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --watch"
"dev": "tsup --format esm --dts --watch"
}
}
2 changes: 1 addition & 1 deletion packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --watch"
"dev": "tsup --format esm --dts --watch"
},
"peerDependencies": {
"whatwg-url": "7.1.0"
Expand Down

0 comments on commit 324760e

Please sign in to comment.