We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd41a7d commit a2e657fCopy full SHA for a2e657f
package.json
@@ -29,7 +29,7 @@
29
"test": "lerna run test --ignore codesandbox-browserfs",
30
"test:integrations": "lerna exec --scope app --stream -- yarn test:integrations",
31
"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",
+ "now-build": "yarn build:deps && lerna run build:storybook --scope @codesandbox/common",
33
"lint": "lerna run lint --stream",
34
"add-contributor": "all-contributors add",
35
"generate": "all-contributors generate",
0 commit comments