fix script (#1713)

This commit is contained in:
Sergey Krivtsov 2023-03-13 14:25:11 +04:00 committed by GitHub
parent b895872305
commit edbefcc372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
},
----