Skip to content

Commit 324760e

Browse files
authored
Merge pull request #343 from ai16z/fix-dev
fix: dev build
2 parents 8fe9cb5 + b3773bd commit 324760e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/adapter-postgres/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"scripts": {
1515
"build": "tsup --format esm --dts",
16-
"dev": "tsup --watch"
16+
"dev": "tsup --format esm --dts --watch"
1717
}
1818
}

packages/adapter-sqlite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"build": "tsup --format esm --dts",
18-
"dev": "tsup --watch"
18+
"dev": "tsup --format esm --dts --watch"
1919
},
2020
"peerDependencies": {
2121
"whatwg-url": "7.1.0"

0 commit comments

Comments
 (0)