We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da030f2 commit 3215068Copy full SHA for 3215068
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sqlkit",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"description": "A lightweight SQL builder for TypeScript",
5
"license": "MIT",
6
"author": {
@@ -16,7 +16,7 @@
16
"types": "dist/index.d.ts",
17
"module": "dist/index.mjs",
18
"scripts": {
19
- "build": "pkgroll",
+ "build": "pkgroll --sourcemap --clean-dist --minify",
20
"tinker": "npx tsx watch src/tinker.ts",
21
"test": "jest --runInBand",
22
"format": "prettier --write \"src/**/*.ts\"",
0 commit comments