owl-progiciel-beta 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
- Dans un .env ajouter DATABASE_URL, en postgresql
1
+ Dans un .env ajouter :
2
+ - DATABASE_URL (postgresql)
3
+ - TOKEN
2
4
 
3
- prisma generate
4
- npx prisma migrate
5
+ npm run prisma
5
6
  node main.js
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "owl-progiciel-beta",
3
- "version": "1.0.1",
4
- "description": "Framework ERP headless modulaire",
3
+ "version": "1.0.2",
4
+ "description": "Progiciel / ERP modulaire",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "generate": "prisma generate",
14
+ "prisma": "npm install prisma @prisma/client && npx prisma generate --schema=node_modules/owl-progiciel-beta/prisma/schema.prisma",
15
15
  "prepublishOnly": "npm run build"
16
16
  },
17
17
  "keywords": [