Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
fix: 修改package.json配置
Browse files Browse the repository at this point in the history
  • Loading branch information
sydeEvans committed May 10, 2017
1 parent 84f9dc9 commit aa5b6c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# remotex-bff

[![build status][travis-image]][travis-url]

这是remotex的bff层

先放一个图
Expand Down Expand Up @@ -47,3 +49,5 @@ $ EGG_SERVER_ENV=prod npm start


[egg]: https://eggjs.org
[travis-image]: https://img.shields.io/travis/ooclab/remotex-bff.svg?style=flat-square
[travis-url]: https://www.travis-ci.org/ooclab/remotex-bff.svg?branch=master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint test app",
"ci": "npm run lint && npm run cov",
"ci": "npm run lint && npm run build && npm run cov",
"autod": "autod",
"build": "rm -rf dist/** && webpack --config build/webpack.prod.config.js"
},
Expand Down

0 comments on commit aa5b6c0

Please sign in to comment.