Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
fix users run script
Browse files Browse the repository at this point in the history
  • Loading branch information
prsnca committed Jun 7, 2022
1 parent ce0d033 commit 8a6f8af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"scripts": {
"clean": "tsc --build --clean",
"build": "tsc --build"
"build": "tsc --build",
"runUsers": "ts-node src/index.ts"
}
}

0 comments on commit 8a6f8af

Please sign in to comment.