Skip to content

Commit 068d3be

Browse files
committed
Add build:example
1 parent 30c7e03 commit 068d3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": "lerna run build",
1212
"build:packages": "lerna run build --no-private",
1313
"build:watch": "lerna exec yarn build:watch --no-private --parallel",
14+
"build:example": "run-s build:packages \"build --scope {1}\" --",
1415
"start": "lerna exec yarn start --scope",
1516
"start:example": "run-p build:watch \"start {1}\" --",
1617
"format": "prettier --write '**/*.{js,jsx,css,md}'",

0 commit comments

Comments
 (0)