Skip to content

Commit 9761ccf

Browse files
committed
update run command
1 parent f88849d commit 9761ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "",
88
"main": "index.ts",
99
"scripts": {
10-
"run": "ts-node index.ts",
10+
"run": "ts-node src/index.ts",
1111
"format": "prettier --write .",
1212
"test": "jest"
1313
},

0 commit comments

Comments
 (0)