Skip to content

Commit

Permalink
fix(build): Changed semantic build type
Browse files Browse the repository at this point in the history
  • Loading branch information
thekalinga committed Mar 10, 2018
1 parent 8424f77 commit 1363ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"build":
"npm run clean && npm run transpile && npm run package && npm run minify && npm run generateDistPackageJson",
"commit": "git-cz",
"semantic-release":
"semantic-release pre && npm run build && npm publish dist && semantic-release post",
"presemantic-release": "npm run build",
"semantic-release": "cd dist && semantic-release",
"test": "echo ''"
},
"dependencies": {
Expand Down

0 comments on commit 1363ccb

Please sign in to comment.