Skip to content

Commit

Permalink
fix index to proper file name
Browse files Browse the repository at this point in the history
  • Loading branch information
asheliahut committed Feb 18, 2022
1 parent 1dd4088 commit 4e8b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/asheliahut/gh-org-user-sync"
},
"scripts": {
"start": "ts-node src/index.ts",
"start": "ts-node src/gh-org-user-sync.ts",
"build": "tsc",
"package": "pkg . -t node14-linux --output gh-org-user-sync",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 4e8b8c1

Please sign in to comment.