Skip to content

Commit

Permalink
fix: Fix building command for auth package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadSaeedGoda committed Mar 22, 2024
1 parent 43f16be commit b210212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon",
"build": "tsc"
"build": "tsc -b"
},
"keywords": [],
"author": "Ahmad Saeed Goda",
Expand Down

0 comments on commit b210212

Please sign in to comment.