Skip to content

Commit

Permalink
fix(release): Standard needs to ignore the dist directory so it doesn…
Browse files Browse the repository at this point in the history
…'t fail on publish.
  • Loading branch information
mikeal committed Sep 23, 2017
1 parent 8a89db4 commit dd08ee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"standard": {
"ignore": ["dist"]
},
"repository": {
"type": "git",
"url": "https://github.com/mikeal/roll-call.git"
Expand Down

0 comments on commit dd08ee3

Please sign in to comment.