Skip to content

Commit 60bb642

Browse files
committed
Add build script
1 parent 377e637 commit 60bb642

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"license": "MIT",
44
"workspaces": [
55
"packages/*"
6-
]
6+
],
7+
"scripts": {
8+
"build:sample": "yarn --cwd packages/code-surfer build && yarn --cwd packages/mdx-deck-code-surfer build:sample "
9+
}
710
}

0 commit comments

Comments
 (0)