We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694f1f1 commit 7c65e07Copy full SHA for 7c65e07
package.json
@@ -15,7 +15,8 @@
15
"build:playground": "lerna run --stream --scope playground build",
16
"test": "lerna run --stream test",
17
"dev": "lerna run --stream --scope @*/mdx dev",
18
- "release": "auto shipit"
+ "release": "auto shipit",
19
+ "postinstall": "build:lib"
20
},
21
"devDependencies": {
22
"auto": "^10.18.7",
0 commit comments