We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341660c commit c3fe136Copy full SHA for c3fe136
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "yarn build:deps && yarn build:prod",
8
"build:prod": "lerna run build --scope app --scope homepage --parallel && gulp",
9
- "build:deps": "lerna run build:dev --scope codesandbox-{api,browserfs}",
+ "build:deps": "lerna run build:dev --scope codesandbox-api --scope codesandbox-browserfs",
10
"start": "yarn build:deps && lerna run start --scope app --stream",
11
"start:fast": "lerna run start --scope app --stream",
12
"start:home": "lerna run start --scope homepage --stream",
0 commit comments