Skip to content

Commit 00897e3

Browse files
committed
Fixed start script
1 parent 1684554 commit 00897e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "royalestats-skill",
2+
"name": "mychannel-skill",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"dev": "nodemon src/skill.ts",
88
"build": "tsc",
9-
"start": ""
9+
"start": "node dist/skill.js"
1010
},
1111
"keywords": [],
1212
"author": "",

0 commit comments

Comments
 (0)