Skip to content

Commit 7c65e07

Browse files
committed
Make sure this gets built after install
1 parent 694f1f1 commit 7c65e07

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
@@ -15,7 +15,8 @@
1515
"build:playground": "lerna run --stream --scope playground build",
1616
"test": "lerna run --stream test",
1717
"dev": "lerna run --stream --scope @*/mdx dev",
18-
"release": "auto shipit"
18+
"release": "auto shipit",
19+
"postinstall": "build:lib"
1920
},
2021
"devDependencies": {
2122
"auto": "^10.18.7",

0 commit comments

Comments
 (0)