Skip to content

Commit

Permalink
remove ts-codegenerator from repo and add as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 27, 2024
1 parent 3d46481 commit bd0398e
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 1,308 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/release-ts-codegenerator.yml

This file was deleted.

3 changes: 1 addition & 2 deletions apps/next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"@/*": ["./*"],
"@components/*": ["./components/*"],
"@contexts/*": ["./contexts/*"],
"@ui/*": ["../../packages/ui/src/*"],
"@code-generator/*": ["../../packages/ts-codegenerator/src/*"]
"@ui/*": ["../../packages/ui/src/*"]
}
},
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@ozhanefe/ts-codegenerator": "*",
"@ozhanefe/ts-codegenerator": "1.8.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
Expand Down
37 changes: 0 additions & 37 deletions packages/ts-generator/.eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/ts-generator/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/ts-generator/.npmignore

This file was deleted.

88 changes: 0 additions & 88 deletions packages/ts-generator/CHANGELOG.md

This file was deleted.

40 changes: 0 additions & 40 deletions packages/ts-generator/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions packages/ts-generator/jest.config.ts

This file was deleted.

44 changes: 0 additions & 44 deletions packages/ts-generator/package.json

This file was deleted.

42 changes: 0 additions & 42 deletions packages/ts-generator/src/__tests__/codebase-scanner.test.ts

This file was deleted.

Loading

0 comments on commit bd0398e

Please sign in to comment.