Skip to content

Commit bd41a7d

Browse files
committed
Fix scope issue
1 parent ad4fdf7 commit bd41a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "lerna run test --ignore codesandbox-browserfs",
3030
"test:integrations": "lerna exec --scope app --stream -- yarn test:integrations",
3131
"test:jest-lite": "lerna exec --scope app --stream -- yarn run test jest-lite --watch --coverage",
32-
"now-build": "yarn build:deps && lerna run build --scope build:storybook",
32+
"now-build": "yarn build:deps && lerna run build:storybook --scope common",
3333
"lint": "lerna run lint --stream",
3434
"add-contributor": "all-contributors add",
3535
"generate": "all-contributors generate",

0 commit comments

Comments
 (0)