Skip to content

Commit

Permalink
push fix to master
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalwalia committed Mar 12, 2021
1 parent 7889c19 commit 53943a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node ./dist/main.js",
"dev": "nodemon -x ts-node src/main.ts",
"prod": "node dist/main.js",
"build": "yarn clean && prettier --write src/ && tsc && gulp postbuild",
"build": "yarn clean && prettier --write src/ && tsc --project ./tsconfig.json && gulp postbuild",
"clean": "rm -rf dist",
"test": "jest",
"lint": "eslint --ext src/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import morgan from 'morgan';
import path from 'path';

import { dbConnection } from './db/connection';
import { FileRouter } from './routes/FileOps';
import { FileRouter } from './routes/fileOps';
import { FetchRouter } from './routes/FetchFile';
import { DownloadRouter } from './routes/Downloads';

Expand Down

0 comments on commit 53943a1

Please sign in to comment.