mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 12:12:41 +08:00
Fix missing example.json issue
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
|
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
|
||||||
"start": "node bin",
|
"start": "node bin",
|
||||||
"prepush": "npm t",
|
"prepush": "npm t",
|
||||||
"build": "babel src -d lib"
|
"build": "babel src -d lib --copy-files"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user