File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 "alias" : " storybook-codesandbox" ,
55 "builds" : [
66 {
7- "src" : " packages/common/ package.json" ,
7+ "src" : " package.json" ,
88 "use" : " @now/static-build" ,
9- "config" : { "distDir" : " .storybook " }
9+ "config" : { "distDir" : " packages/common/public " }
1010 }
1111 ]
1212}
Original file line number Diff line number Diff line change 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" ,
3233 "lint" : " lerna run lint --stream" ,
3334 "add-contributor" : " all-contributors add" ,
3435 "generate" : " all-contributors generate" ,
Original file line number Diff line number Diff line change 9696 "modulePathIgnorePatterns" : [
9797 " lib"
9898 ]
99- },
100- "engines" : {
101- "node" : " ^10.0.0"
10299 }
103100}
You can’t perform that action at this time.
0 commit comments