mirror of
https://github.com/typicode/json-server.git
synced 2025-08-02 11:32:47 +08:00
Add prepublish
This commit is contained in:
@ -49,7 +49,8 @@
|
||||
"test:server": "cross-env NODE_ENV=test mocha test/server/*.js",
|
||||
"start": "node bin",
|
||||
"prepush": "npm t",
|
||||
"build": "babel src -d lib --copy-files"
|
||||
"build": "babel src -d lib --copy-files",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user