We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377e637 commit 60bb642Copy full SHA for 60bb642
package.json
@@ -3,5 +3,8 @@
3
"license": "MIT",
4
"workspaces": [
5
"packages/*"
6
- ]
+ ],
7
+ "scripts": {
8
+ "build:sample": "yarn --cwd packages/code-surfer build && yarn --cwd packages/mdx-deck-code-surfer build:sample "
9
+ }
10
}
0 commit comments