Skip to content

Commit

Permalink
chore: house cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 6, 2024
1 parent ca12cc3 commit ae73e7a
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 200 deletions.
2 changes: 0 additions & 2 deletions .cargo/config.toml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/cli.yaml

This file was deleted.

1 change: 0 additions & 1 deletion apps/api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
},
"test:e2e": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage-e2e/{projectRoot}"],
"options": {
"runInBand": true,
"devServerTarget": "api:serve",
Expand Down
25 changes: 0 additions & 25 deletions apps/cli/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/cli/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions apps/cli/jest.config.ts

This file was deleted.

37 changes: 0 additions & 37 deletions apps/cli/project.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/cli/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/cli/src/lib/cli.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/cli/src/lib/cli.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/cli/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions apps/cli/tsconfig.lib.json

This file was deleted.

14 changes: 0 additions & 14 deletions apps/cli/tsconfig.spec.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,19 @@
"lint:api": "nx run api:lint",
"lint:web": "nx run web:lint",
"lint:workspace": "nx run workspace:lint",
"lint:cli": "nx run cli:lint",
"lint:fix": "nx run-many -p api web workspace -t lint --fix --parallel",
"prettier:fix": "nx run-many -t prettier:lint --parallel",
"prettier:fix:api": "nx run api:prettier:fix",
"build": "nx run-many -t build -p api web workspace --parallel --maxParallel 3",
"build:api": "nx run api:build --configuration=production",
"build:web": "nx run web:build --configuration=production",
"build:workspace": "nx run workspace:build",
"build:cli": "nx run cli:build",
"test": "nx run-many -t test --parallel",
"test:api": "nx run api:test -- --collectCoverage --coverageReporters=json",
"e2e:api:prepare": "NODE_ENV='e2e' DATABASE_URL='postgresql://prisma:prisma@localhost:5433/tests' pnpm run db:deploy-migrations",
"e2e:api": "pnpm run e2e:api:prepare && NODE_ENV='e2e' DATABASE_URL='postgresql://prisma:prisma@localhost:5433/tests' nx run api:test:e2e -- --collectCoverage --coverageReporters=json",
"e2e:api": "pnpm run e2e:api:prepare && NODE_ENV='e2e' DATABASE_URL='postgresql://prisma:prisma@localhost:5433/tests' nx run api:test:e2e",
"test:web": "nx run web:test",
"test:workspace": "nx run workspace:test",
"test:cli": "nx run cli:test",
"start:web": "nx run web:serve --configuration=production",
"start:api": "nx run api:serve --configuration=production",
"db:seed": "cd apps/api/src/prisma && pnpx ts-node seed.ts",
Expand Down

0 comments on commit ae73e7a

Please sign in to comment.