Skip to content

Commit b3773bd

Browse files
fix dev build
1 parent 8fe9cb5 commit b3773bd

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)