Skip to content

Commit

Permalink
fix($publish): Fix publish sequence for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Aug 18, 2017
1 parent bd2455d commit dd042db
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 @@ -21,7 +21,7 @@
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
"build:es": "babel src --out-dir es",
"build": "yarn run build:es && yarn run build:commonjs",
"prepublish": "yarn test",
"prepublish": "yarn build",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit dd042db

Please sign in to comment.