|
12 | 12 | "build:prod": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope homepage --stream && lerna run build --scope app --stream && lerna run copy-assets --scope app --stream", |
13 | 13 | "build:embed": "lerna run build:embed --scope app --stream && gulp", |
14 | 14 | "build:clean": "lerna run build:clean --scope app --scope homepage && rimraf www", |
15 | | - "build:deps": "lerna run build:dev --scope codesandbox-api --scope @codesandbox/notifications --scope @codesandbox/executors && lerna run build:dev --scope @codesandbox/common && lerna run build:dev --scope vscode-textmate --scope codesandbox-browserfs --scope node-services && lerna run build:dev --scope sse-hooks && lerna run build --scope codesandbox-deps", |
| 15 | + "build:deps": "lerna run build:dev", |
16 | 16 | "build:common": "lerna run build:dev --scope @codesandbox/common --stream", |
17 | 17 | "build:dynamic": "lerna run build --scope dynamic-pages --stream", |
18 | 18 | "start": "yarn build:deps && lerna run start --scope @codesandbox/common --scope app --parallel", |
|
27 | 27 | "start:storybook": "lerna run start:storybook --scope=@codesandbox/common --stream", |
28 | 28 | "start:dev_api": "lerna run start:dev_api --scope app --stream", |
29 | 29 | "test": "lerna run test --ignore codesandbox-browserfs", |
| 30 | + "test:ci": "lerna run test --ignore codesandbox-browserfs -- --ci --testResultsProcessor=\"jest-junit\" ", |
30 | 31 | "test:integrations": "lerna exec --scope app --stream -- yarn test:integrations", |
31 | 32 | "test:jest-lite": "lerna exec --scope app --stream -- yarn run test jest-lite --watch --coverage", |
32 | 33 | "now-build": "yarn build:deps && lerna run build:storybook --scope @codesandbox/common", |
|
59 | 60 | "codesandbox-deps/tern" |
60 | 61 | ] |
61 | 62 | }, |
62 | | - "resolutions": { |
63 | | - "react-split-pane/react-dom": "^16.8.6" |
64 | | - }, |
65 | 63 | "devDependencies": { |
66 | | - "@types/react": "^16.8.12", |
67 | 64 | "all-contributors-cli": "^5.4.0", |
68 | 65 | "babel-eslint": "^10.0.2", |
69 | 66 | "concurrently": "^4.1.0", |
|
77 | 74 | "eslint-plugin-jsx-a11y": "^6.2.3", |
78 | 75 | "eslint-plugin-react": "~7.4.0", |
79 | 76 | "eslint-plugin-react-hooks": "^1.6.0", |
80 | | - "flow-bin": "^0.72.0", |
81 | 77 | "gulp": "^3.9.1", |
82 | 78 | "husky": "^2.2.0", |
83 | | - "lerna": "^2.5.1", |
| 79 | + "lerna": "^3.16.4", |
84 | 80 | "prettier": "1.17.0", |
85 | 81 | "pretty-quick": "^1.10.0", |
86 | 82 | "typescript": "3.5.3" |
|
0 commit comments