Skip to content

Commit

Permalink
rename cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdemo committed Oct 8, 2015
1 parent ecaeb7d commit ff6eb02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $ npm run build
### 模拟生产环境

``` bash
$ npm run assets
$ npm run release
```

### 部署&发布
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node-dev app",
"build": "gulp",
"assets": "NODE_ENV=prduction node app",
"release": "NODE_ENV=prduction node app",
"deploy": "gulp deploy"
},
"dependencies": {
Expand Down

0 comments on commit ff6eb02

Please sign in to comment.