telescope-prisma-client 0.0.63 → 0.0.64
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 +2 -2
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "telescope-prisma-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"prisma": "./node_modules/.bin/dotenv -e envs/.env -- ./node_modules/.bin/prisma",
|
|
9
|
-
"prepublish": "npm run generate && rm -rf dist && mkdir dist && cp src/generatedClient/*.node dist/ && cp schema.prisma dist/ && cp -a src/generatedClient dist/generatedClient && cp -a
|
|
9
|
+
"prepublish": "npm run generate && rm -rf dist && mkdir dist && cp src/generatedClient/*.node dist/ && cp schema.prisma dist/ && cp -a src/generatedClient dist/generatedClient && cp -a src/generatedClient/. ./node_modules/.prisma/client/ && tsc",
|
|
10
10
|
"publishonly": "npm run prepublish && npm version patch --force && npm publish && npm run tss:upgrade",
|
|
11
11
|
"fullpublish": "npm run migrate:dev && npm run publishonly",
|
|
12
12
|
"tss:upgrade": "cd ../outreach-system && npm i telescope-prisma-client@latest && cd ../api && npm i telescope-prisma-client@latest && cd ./crm-import-jobs/initial-crm-import-job && npm i telescope-prisma-client@latest && cd ../merge-sync-job && npm i telescope-prisma-client@latest",
|