package.json > fix prisma generate for o2switch
This commit is contained in:
Generated
+4
-1
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" autoUpload="Always" serverName="o2switch" createEmptyFolders="true" autoUploadExternalChanges="true" compareModeInSync="TIMESTAMP">
|
||||
<component name="PublishConfigData" autoUpload="Always" serverName="o2switch" createEmptyFolders="true" confirmBeforeDeletion="false" autoUploadExternalChanges="true" compareModeInSync="TIMESTAMP">
|
||||
<option name="confirmBeforeDeletion" value="false" />
|
||||
<serverData>
|
||||
<paths name="o2switch">
|
||||
<serverdata>
|
||||
@@ -10,6 +11,8 @@
|
||||
<excludedPaths>
|
||||
<excludedPath local="true" path="$PROJECT_DIR$/node_modules" />
|
||||
<excludedPath path="/home/gaan6043/convert.ombrora.com-node/node_modules" />
|
||||
<excludedPath local="true" path="$PROJECT_DIR$/frontend/dist" />
|
||||
<excludedPath local="true" path="$PROJECT_DIR$/frontend/node_modules" />
|
||||
</excludedPaths>
|
||||
</serverdata>
|
||||
</paths>
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
"cleanup": "node src/cleanup.js",
|
||||
"test": "vitest run",
|
||||
"build": "npm install --prefix frontend --include=dev && npm run build --prefix frontend",
|
||||
"postinstall": "prisma generate"
|
||||
"postinstall": "./node_modules/.bin/prisma generate --schema=\"$INIT_CWD/prisma/schema.prisma\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.19.3",
|
||||
|
||||
Reference in New Issue
Block a user