Skip to content

Commit

Permalink
fix: build before releasing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
sagi committed Sep 28, 2019
1 parent 9376053 commit c1eadda
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 @@ -13,7 +13,7 @@
"build:babel": "babel --ignore '**/*.test.js' src -d dist --verbose",
"build:webpack": "webpack --display-modules ./src -o dist/randomLocation.umd.js",
"prettier:ci": "prettier --list-different \"src/**/*.js\"",
"semantic-release": "semantic-release"
"semantic-release": "yarn build && semantic-release"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
Expand Down

0 comments on commit c1eadda

Please sign in to comment.