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

Commit

Permalink
Merge pull request #10 from helios/fix-users-scripts
Browse files Browse the repository at this point in the history
fix users run script
  • Loading branch information
prsnca authored Jun 7, 2022
2 parents 8881ec8 + 8a6f8af commit ceec8c9
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 ceec8c9

Please sign in to comment.