mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 04:02:38 +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",
|
||||
"start": "node bin",
|
||||
"prepush": "npm t",
|
||||
"build": "babel src -d lib"
|
||||
"build": "babel src -d lib --copy-files"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user