Skip to content

Commit

Permalink
fix:package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shivasankaran18 committed Jan 13, 2025
1 parent c740d75 commit 5e028fb
Showing 1 changed file with 1 addition and 1 deletion.
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 .scripts/fix-imports/fix-imports.mjs && node .scritps/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

0 comments on commit 5e028fb

Please sign in to comment.