Skip to content

Commit

Permalink
fix dependencies and add build
Browse files Browse the repository at this point in the history
  • Loading branch information
wcastand committed Mar 29, 2017
1 parent b22ca4e commit 696930a
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ node_js:
- '7'
before_script:
- npm prune
script:
- npm run test
- npm run build
after_success:
- npm run semantic-release
branches:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test": "npm run lint && npm run test:all",
"test:all": "jest",
"test:dev": "jest --watch",
"prebuild": "rimraf lib",
"storybook": "start-storybook -p 6006 -c ./exemple/.storybook",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand All @@ -32,11 +33,11 @@
"react-fela": "^4.3.2",
"react-test-renderer": "^15.4.2",
"regenerator-runtime": "^0.10.3",
"rimraf": "^2.6.1",
"semantic-release": "^6.3.2"
},
"dependencies": {
"fela": "4.3.2",
"lodash": "4.17.4",
"react-docgen": "^2.13.0"
"lodash": "4.17.4"
}
}
}
Loading

0 comments on commit 696930a

Please sign in to comment.