Skip to content

Commit

Permalink
chore: Fix command for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Aug 22, 2016
1 parent 42a900f commit ac2b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "node -e 'console.error(\"There are no tests at the moment\"); process.exit(0);'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"docs:publish": "relish versions:add apiary/gavel:$(npm view . version) || relish push apiary/gavel:$(npm view . version) path ./features/"
"docs:publish": "relish versions:add apiary/gavel:$(npm view . version); relish push apiary/gavel:$(npm view . version) path ./features/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ac2b8c9

Please sign in to comment.