Skip to content

Commit fce10b2

Browse files
committed
build automatically at publish
1 parent fb65a6b commit fce10b2

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
@@ -24,7 +24,8 @@
2424
"scripts": {
2525
"changelog": "lerna-changelog",
2626
"lint": "eslint .",
27-
"test": "jest"
27+
"test": "jest",
28+
"prepare": "tsc"
2829
},
2930
"jest": {
3031
"testMatch": [

0 commit comments

Comments
 (0)