Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d14a33

Browse files
committed
fix: Remove unnecessary rebuild step for better-sqlite3 in dev script
1 parent 7a9815d commit 1d14a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "ISC",
1717
"scripts": {
18-
"dev": "npm rebuild better-sqlite3 && tsx --watch src/index.ts",
18+
"dev": "tsx --watch src/index.ts",
1919
"start": "node --import tsx src/index.ts",
2020
"typecheck": "tsc --noEmit",
2121
"dev:web": "cd web && npm run dev",

0 commit comments

Comments
 (0)