Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
feat(generator): eliminate initialization code generation
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Eliminate initialization code generation
fix(generator): minimize patches
  • Loading branch information
aiji42 committed May 10, 2022
1 parent 16c7e10 commit 7a088a1
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 670 deletions.
7 changes: 0 additions & 7 deletions packages/generator/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/generator/jest.config.js

This file was deleted.

12 changes: 2 additions & 10 deletions packages/generator/package.json
Expand Up @@ -14,23 +14,15 @@
"start": "node dist/bin.js",
"dev": "npx tsc -w",
"build": "npx tsc",
"prepack": "yarn build",
"test": "jest",
"coverage": "jest --coverage"
"prepack": "yarn build"
},
"dependencies": {
"@prisma/generator-helper": "3.13.0",
"@prisma/sdk": "3.13.0",
"prettier": "2.6.2",
"ts-morph": "^14.0.0"
"@prisma/sdk": "3.13.0"
},
"devDependencies": {
"@types/jest": "27.5.0",
"@types/node": "17.0.31",
"@types/prettier": "2.6.0",
"jest": "28.1.0",
"prisma": "3.13.0",
"ts-jest": "28.0.1",
"typescript": "4.6.4"
},
"homepage": "https://github.com/aiji42/sb-prisma",
Expand Down
22 changes: 0 additions & 22 deletions packages/generator/src/__tests__/__fixtures__/getSampleSchema.ts

This file was deleted.

61 changes: 0 additions & 61 deletions packages/generator/src/__tests__/__fixtures__/sample.prisma

This file was deleted.

0 comments on commit 7a088a1

Please sign in to comment.