|
8 | 8 | "postinstall": "lerna bootstrap", |
9 | 9 | "clean": "rm -rf ./packages/*/{*.tsbuildinfo,dist}", |
10 | 10 | "clean:prune": "rm -rf ./{,*/,**/*/}{node_modules,coverage,*.lock,*.log,*.tsbuildinfo,dist}", |
11 | | - "build": "yarn clean && lerna run build --ignore=@email-types/scripts && yarn types && yarn run gen mso", |
12 | | - "dev": "run-p dev:* ", |
13 | | - "dev:all": "lerna run dev --parallel", |
14 | | - "dev:types": "run-p \"types:* --watch\"", |
15 | | - "gen": "yarn workspace @email-types/scripts build", |
| 11 | + "build": "yarn clean && lerna run build --stream && yarn types", |
| 12 | + "gen": "yarn run ts scripts/index.ts", |
| 13 | + "ts": "ts-node --project ./tsconfig.node.json", |
16 | 14 | "test": "yarn build && yarn lint && yarn jest:coverage", |
17 | 15 | "jest": "jest --colors --logHeapUsage", |
18 | 16 | "jest:coverage": "yarn run jest --coverage", |
|
41 | 39 | "devDependencies": { |
42 | 40 | "@babel/cli": "^7.7.0", |
43 | 41 | "@babel/core": "^7.7.2", |
44 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
45 | 42 | "@babel/preset-env": "^7.7.1", |
46 | | - "@babel/preset-react": "^7.7.0", |
47 | 43 | "@babel/preset-typescript": "^7.7.2", |
48 | 44 | "@postmates/eslint-config": "^5.1.1", |
49 | 45 | "@types/eslint": "^6.1.3", |
| 46 | + "@types/fs-extra": "^8.0.1", |
50 | 47 | "@types/jest": "^24.0.23", |
51 | | - "@types/node": "^12.12.8", |
52 | | - "@types/prettier": "^1.18.3", |
| 48 | + "@types/mri": "^1.1.0", |
| 49 | + "@types/node": "^12.12.14", |
| 50 | + "@types/prettier": "^1.19.0", |
53 | 51 | "@typescript-eslint/eslint-plugin": "^2.7.0", |
54 | 52 | "@typescript-eslint/parser": "^2.7.0", |
55 | | - "babel-plugin-dynamic-import-node": "^2.3.0", |
| 53 | + "colors": "^1.4.0", |
56 | 54 | "conventional-changelog-beemo": "^1.5.3", |
57 | 55 | "eslint": "^6.6.0", |
58 | 56 | "eslint-config-prettier": "^6.6.0", |
|
62 | 60 | "eslint-plugin-prettier": "^3.1.1", |
63 | 61 | "eslint-plugin-react": "^7.16.0", |
64 | 62 | "eslint-plugin-react-hooks": "^1.7.0", |
| 63 | + "fs-extra": "^8.1.0", |
65 | 64 | "husky": "^3.0.9", |
66 | 65 | "jest": "^24.9.0", |
67 | | - "jest-emotion": "^10.0.17", |
68 | 66 | "lerna": "^3.18.4", |
69 | 67 | "lint-staged": "^10.0.0-1", |
70 | | - "npm-run-all": "^4.1.5", |
| 68 | + "mri": "^1.1.4", |
71 | 69 | "prettier": "^1.19.1", |
| 70 | + "react": "^16.12.0", |
| 71 | + "ts-node": "^8.5.4", |
72 | 72 | "typescript": "^3.7.2" |
73 | 73 | }, |
74 | 74 | "keywords": [ |
|
0 commit comments