Skip to content

Commit a2e657f

Browse files
committed
Fix now build scope
1 parent bd41a7d commit a2e657f

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:storybook --scope common",
32+
"now-build": "yarn build:deps && lerna run build:storybook --scope @codesandbox/common",
3333
"lint": "lerna run lint --stream",
3434
"add-contributor": "all-contributors add",
3535
"generate": "all-contributors generate",

0 commit comments

Comments
 (0)