Skip to content

Commit c82693b

Browse files
committed
package.json 修正
1 parent 68187ea commit c82693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/method/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"scripts": {
7-
"start": "ts-node index.ts",
7+
"start": "ts-node src/index.ts",
88
"lint": "eslint --fix './src/**/*.{js,jsx,ts,tsx}'",
99
"format": "prettier --write ./src"
1010
},

0 commit comments

Comments
 (0)