mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 19:52:20 +08:00
Fix start script thanks to @shaunakde
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R spec test",
|
||||
"start": "node server.js",
|
||||
"start": "node bin",
|
||||
"prepush": "npm t"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user