Skip to content

Commit a8dd344

Browse files
committed
Change node start script to (dot) current directory
1 parent dd95413 commit a8dd344

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
@@ -2,7 +2,7 @@
22
"name": "playboard-crawler",
33
"version": "1.0.0",
44
"scripts": {
5-
"start": "node index.js"
5+
"start": "node ."
66
},
77
"main": "index.js",
88
"repository": "https://github.com/edisonlee55/playboard-crawler.git",

0 commit comments

Comments
 (0)