Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
fix(version): fix version in header no longer correct after semantic-…
Browse files Browse the repository at this point in the history
…release (#29)

Need to run build after semantic-release pre in order to get the right version number

Fixes #27
  • Loading branch information
Seth Yates committed Apr 27, 2016
1 parent b2f875c commit 2406b32
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 @@ -48,7 +48,7 @@
"clean": "gulp clean",
"doc": "gulp doc",
"lint": "gulp lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && gulp build && npm publish && semantic-release post",
"start": "gulp serve",
"tdd": "gulp tdd",
"tdd:coverage": "gulp tdd:coverage",
Expand Down

0 comments on commit 2406b32

Please sign in to comment.