Skip to content

Commit

Permalink
Use index.ts to make module
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Nov 5, 2021
1 parent ab5bc45 commit 7f26d70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/main.js",
"start": "probot run ./lib/index.js",
"test": "jest",
"lint": "tsc --noEmit -p ."
},
Expand Down
File renamed without changes.

0 comments on commit 7f26d70

Please sign in to comment.