Skip to content

Commit 9f933ac

Browse files
committed
fix(build): Fix module not building when releasing.
1 parent 88431e3 commit 9f933ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"chore:lint": "tslint --project .",
3333
"chore:format": "prettier --write src/**/*.ts",
3434
"chore:deploy": "travis-deploy-once",
35-
"chore:release": "semantic-release",
35+
"chore:release": "yarn run build && semantic-release",
3636
"chore:setup": "figlet -f \"Small Slant\" \"Setup\" && npx semantic-release-cli setup",
3737
"commit": "git-cz",
3838
"precommit": "lint-staged"

0 commit comments

Comments
 (0)