Skip to content

Commit

Permalink
fix: fixing build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Apr 7, 2023
1 parent 0fed41c commit ca4d787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 deletions .vscode/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"doc": "rm -rf docs && npx typedoc && git add . && git commit -m 'chore: generating docs [skip ci]'",
"lint": "npm run lint:format && npm run lint:style",
"lint:fix": "npm run lint:format:fix && npm run lint:style:fix",
"build": "tsc -p tsconfig.build.json",
"build": "nest build",
"test": "TZ=UTC jest test/unit --runInBand --forceExit",
"test:only": "TZ=UTC jest",
"test:watch": "TZ=UTC jest test/unit --runInBand --forceExit --watch",
Expand Down

0 comments on commit ca4d787

Please sign in to comment.