Skip to content

Commit b263673

Browse files
committed
chore: 🚑 prepublish command
1 parent a011d1d commit b263673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build": "tsc",
1414
"watch": "tsc -w",
1515
"start": "npm link && nodemon",
16-
"semantic-release": "semantic-release"
16+
"semantic-release": "semantic-release",
17+
"prepublish": "npm build"
1718
},
1819
"repository": {
1920
"type": "git",

0 commit comments

Comments
 (0)