mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 11:32:47 +08:00
Update package.json
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
"temp-write": "^2.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run test:cli && npm run test:server && standard --fix",
|
||||
"test": "npm run test:cli && npm run test:server && standard",
|
||||
"test:cli": "npm run build && cross-env NODE_ENV=test mocha test/cli/*.js",
|
||||
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
|
||||
"start": "babel-node src/cli/bin",
|
||||
|
Reference in New Issue
Block a user