Skip to content

Commit

Permalink
build: fix semantic-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Sep 6, 2018
1 parent 173873c commit 7267455
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 @@ -78,6 +78,6 @@
"watch": "jest --watch",
"test": "npm run coverage && npm run lint && npm run flow",
"flow": "flow",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
}
}

0 comments on commit 7267455

Please sign in to comment.