Skip to content

Commit

Permalink
Merge 4f2da0e into 263e0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Apr 26, 2018
2 parents 263e0a1 + 4f2da0e commit 095c4e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -21,3 +21,11 @@ before_install:
branches:
only:
- master

deploy:
provider: npm
skip-cleanup: true
email: "simonguo.2009@gmail.com"
api_key: $NPM_AUTH_TOKEN
on:
tags: true
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"tdd": "karma start",
"test": "npm run format:check && npm run lint && NODE_ENV=coverage karma start --single-run",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls",
"flow": "flow"
"flow": "flow",
"prepublishOnly": "npm run build"
},
"keywords": ["react", "rsuite", "component", "react-component"],
"author": "HYPERS Team",
Expand Down

0 comments on commit 095c4e2

Please sign in to comment.