Skip to content

Commit 46fc208

Browse files
committed
add build script
1 parent b9ff7bd commit 46fc208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "mdx",
3+
"scripts": {
4+
"build": "yarn workspaces foreach --topological-dev -Av run build"
5+
},
36
"workspaces": [
47
"packages/*",
58
"examples/*"

0 commit comments

Comments
 (0)