Skip to content

Commit

Permalink
fix: properly releasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
davguij committed Jan 27, 2019
1 parent a579a79 commit eedebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npm run build && npx semantic-release
on:
branch: master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"module": "dist/esm/index.js",
"main": "dist/index.js",
"unpkg": "dist/ionic.js",
"unpkg": "dist/adc-forms.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
Expand Down

0 comments on commit eedebf6

Please sign in to comment.