Skip to content

Commit a00a4e8

Browse files
committed
build on release script
1 parent e89e7ef commit a00a4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"serve": "http-server . -p 8080 -c-1",
2525
"bumpPatchVersion": "npm --no-git-tag-version version patch",
2626
"bumpPatchVersionWithGitTag": "npm version patch",
27-
"release": "npm run bumpPatchVersionWithGitTag"
27+
"release": "npm run build && npm run bumpPatchVersionWithGitTag"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)