@s-hirano-ist/s-database 1.1.5 → 1.2.0
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@s-hirano-ist/s-database",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Prisma database schema and client for s-private project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"prisma:deploy": "prisma migrate deploy",
|
|
44
44
|
"prisma:studio": "prisma studio",
|
|
45
45
|
"build": "tsc --noEmit",
|
|
46
|
-
"postinstall": "pnpm prisma:generate"
|
|
46
|
+
"postinstall": "pnpm prisma:generate",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
47
48
|
}
|
|
48
49
|
}
|