@merkl/api 0.19.3 → 0.19.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -16,7 +16,8 @@
|
|
16
16
|
"db:migrate:reset": "bunx prisma migrate reset --schema database/api/schema.prisma",
|
17
17
|
"db:studio:api": "bunx prisma studio --schema database/api/schema.prisma",
|
18
18
|
"db:studio:engine": "bunx prisma studio --schema database/engine/schema.prisma",
|
19
|
-
"build:
|
19
|
+
"build:ci": "bun tsc -b",
|
20
|
+
"build:local": "bun tsc --noEmit",
|
20
21
|
"lint": "bun biome check --diagnostic-level error --write ./src && bun biome check --diagnostic-level error --write ./tests",
|
21
22
|
"lint:ci": "bun biome check --diagnostic-level error ./src",
|
22
23
|
"lint:test": "bun biome check --write ./tests",
|
@@ -105,5 +106,5 @@
|
|
105
106
|
"access": "public",
|
106
107
|
"registry": "https://registry.npmjs.org/"
|
107
108
|
},
|
108
|
-
"version": "v0.19.
|
109
|
+
"version": "v0.19.4"
|
109
110
|
}
|