@campus-labs/prisma-client 0.3.0 → 0.3.1
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": "@campus-labs/prisma-client",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"seed:staging": "dotenv -e .env.staging -- npx prisma db seed",
|
|
21
21
|
"deploy:prod": "dotenv -e .env.production -- npx prisma migrate deploy",
|
|
22
22
|
"show-ascii": "node scripts/displayAsciiArt.js",
|
|
23
|
-
"show-ascii-delayed": "node scripts/startup.js"
|
|
23
|
+
"show-ascii-delayed": "node scripts/startup.js",
|
|
24
|
+
"postinstall": "npx prisma@6.9.0 generate"
|
|
24
25
|
},
|
|
25
26
|
"prisma": {
|
|
26
27
|
"seed": "ts-node prisma/seed.ts"
|