We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c7e03 commit 068d3beCopy full SHA for 068d3be
package.json
@@ -11,6 +11,7 @@
11
"build": "lerna run build",
12
"build:packages": "lerna run build --no-private",
13
"build:watch": "lerna exec yarn build:watch --no-private --parallel",
14
+ "build:example": "run-s build:packages \"build --scope {1}\" --",
15
"start": "lerna exec yarn start --scope",
16
"start:example": "run-p build:watch \"start {1}\" --",
17
"format": "prettier --write '**/*.{js,jsx,css,md}'",
0 commit comments