Skip to content

Commit

Permalink
add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent 9ee6d1f commit b98dbd3
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 781 deletions.
7 changes: 7 additions & 0 deletions .circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
deployment:
npm:
branch: master
commands:
# login using environment variables
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm run 2npm
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"test:all": "jest",
"test:dev": "jest --watch",
"prebuild": "rimraf lib",
"storybook": "start-storybook -p 6006 -c ./exemple/.storybook"
"storybook": "start-storybook -p 6006 -c ./exemple/.storybook",
"2npm": "publish"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
Expand All @@ -27,6 +28,7 @@
"babel-preset-react": "^6.23.0",
"jest": "^19.0.2",
"prettier": "^0.22.0",
"publish": "^0.6.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fela": "^4.3.2",
Expand Down
Loading

0 comments on commit b98dbd3

Please sign in to comment.