Skip to content

Commit baaa94c

Browse files
committed
fix build script
1 parent 7c65e07 commit baaa94c

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
@@ -16,7 +16,7 @@
1616
"test": "lerna run --stream test",
1717
"dev": "lerna run --stream --scope @*/mdx dev",
1818
"release": "auto shipit",
19-
"postinstall": "build:lib"
19+
"postinstall": "yarn build:lib"
2020
},
2121
"devDependencies": {
2222
"auto": "^10.18.7",

0 commit comments

Comments
 (0)