Skip to content

Commit 260c579

Browse files
committed
updated package file
1 parent 8917992 commit 260c579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "handle-stale-discussions",
33
"version": "1.0.0",
44
"description": "* Purpose: OSDS will mark discussion answers as proposed-answer and after N number of days, the bot will go in and automatically mark that answer as the discussion answer.",
5-
"main": "jest.config.js",
5+
"main": "dist/index.js",
66
"scripts": {
7+
"build": "tsc",
78
"test": "jest",
89
"codegen": "graphql-codegen --config codegen.yml"
910
},

0 commit comments

Comments
 (0)