fix script (#1713)
This commit is contained in:
parent
b895872305
commit
edbefcc372
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ To start the `server.js` script, add the following command in the 'scripts' sect
|
|||
----
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start" "node server.js"
|
||||
"start": "node server.js"
|
||||
},
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue