improved packaging

This commit is contained in:
Morten Olsen
2025-09-09 18:22:56 +02:00
parent 0ff0b0992b
commit 17dd6d16fa
6 changed files with 14 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
"type": "module",
"main": "src/exports.ts",
"scripts": {
"build": "tsc --build",
"test:unit": "vitest --run --passWithNoTests",
"test": "pnpm run \"/^test:/\""
},
@@ -34,4 +33,4 @@
"pg": "^8.16.3",
"zod": "^4.1.5"
}
}
}