Skip to content

Commit

Permalink
build(build): added dist to build
Browse files Browse the repository at this point in the history
  • Loading branch information
glumb committed Nov 12, 2016
1 parent 1b1896d commit b3a6d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
before_script:
- npm prune
script:
- npm run build
- npm run cover
after_success:
- npm run report-coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kinematics",
"description": "Robot kinematics library",
"main": "/src/index.js",
"main": "/dist/index.js",
"version": "0.0.0-semantic-release-controlled",
"scripts": {
"commit": "git-cz",
Expand Down

0 comments on commit b3a6d9e

Please sign in to comment.