Skip to content

Commit

Permalink
fix(build): Fix module not building when releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Jul 5, 2018
1 parent 88431e3 commit 9f933ac
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 @@ -32,7 +32,7 @@
"chore:lint": "tslint --project .",
"chore:format": "prettier --write src/**/*.ts",
"chore:deploy": "travis-deploy-once",
"chore:release": "semantic-release",
"chore:release": "yarn run build && semantic-release",
"chore:setup": "figlet -f \"Small Slant\" \"Setup\" && npx semantic-release-cli setup",
"commit": "git-cz",
"precommit": "lint-staged"
Expand Down

0 comments on commit 9f933ac

Please sign in to comment.