更新 package.json
正在显示
| ... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "start": "node ./bin/www", | "start": "node ./bin/www", | ||
| "test": "mocha" | "test": "mocha", | ||
| "build": "node build/build.js" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "cookie-parser": "~1.4.3", | "cookie-parser": "~1.4.3", | ||
| ... | ... |
请
注册
或者
登录
后发表评论