Skip to content

Commit

Permalink
feat:cleanup root dir (#2853)
Browse files Browse the repository at this point in the history
* feat:cleanup root dir

* fix:failing tests

* fix:package.json
  • Loading branch information
shivasankaran18 authored Jan 14, 2025
1 parent 1ce69d0 commit 2595a43
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- "127.0.0.1:27017:27017"
volumes:
- mongo_data:/data/db
- ./init-mongo.sh:/init-mongo.sh
- ./scripts/docker/init-mongo.sh:/init-mongo.sh
networks:
- talawa-network
entrypoint: ["/bin/bash", "/init-mongo.sh"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "talawa-api is a backend repository written using Node.js and graphql for generating APIs for the talawa flutter app.",
"main": "./build/server.js",
"scripts": {
"build": "tsc --pretty --project tsconfig.build.json && node ./fix-imports/fix-imports.mjs && node ./fix-imports/fix-imports-graphql.mjs",
"build": "tsc --pretty --project tsconfig.build.json && node ./scripts/fix-imports/fix-imports.mjs && node ./scripts/fix-imports/fix-imports-graphql.mjs",
"dev": "concurrently \"nodemon --exec tsx ./src/index.ts\" \"graphql-codegen --watch\"",
"minio:check": "tsc ./src/minioInstallationCheck.ts --outDir ./build && node ./build/minioInstallationCheck.js",
"dev:with-minio": "concurrently \"npm run minio:check\" \"nodemon --exec tsx ./src/index.ts\" \"graphql-codegen --watch\"",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2595a43

Please sign in to comment.