chore(config): add test script to package.json
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun --watch src/index.ts",
|
"dev": "bun --watch src/index.ts",
|
||||||
"start": "bun src/index.ts",
|
"start": "bun src/index.ts",
|
||||||
"db:reset": "rm -f data.db data.db-wal data.db-shm && bun src/db.ts"
|
"db:reset": "rm -f data.db data.db-wal data.db-shm && bun src/db.ts",
|
||||||
|
"test": "bun scripts/test.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hono": "^4.13.1",
|
"hono": "^4.13.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user