Skip to content

Commit

Permalink
fix(build): fixes deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Sep 16, 2018
1 parent 7a89d06 commit e5ab248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"commit": "npm run precommit && git-cz",
"preversion": "npm run lint && npm test && npm run docs:md && git add -A .",
"postversion": "TAG=$(echo $(git describe --tags $(git rev-list --tags --max-count=1))) && git tag -a $TAG $TAG -f -m \"$(git log `git describe --tags --abbrev=0 HEAD^`..HEAD --oneline)\" && git push && git push --tags && npm run clean",
"clean": "rm -rf coverage coverage.lcov .nyc_output",
"publish": "npm publish --access=public"
"clean": "rm -rf coverage coverage.lcov .nyc_output"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e5ab248

Please sign in to comment.