|
18 | 18 | "check-terminal": "node scripts/check-terminal.js", |
19 | 19 | "clean": "lerna run clean --parallel --no-bail || echo 'ok, errors while cleaning'", |
20 | 20 | "check-ts": "gulp checkTs", |
21 | | - "clean-deps": "find . -depth -name node_modules -type d -exec rm -rf {} \\;", |
| 21 | + "clean-deps": "find . -depth -name node_modules -type d -exec rimraf {} \\;", |
22 | 22 | "clean-untracked-files": "git clean -d -f", |
23 | 23 | "codegen": "yarn gulp codegen", |
24 | 24 | "precypress:open": "yarn ensure-deps", |
|
40 | 40 | "effective:circle:config": "circleci config process circle.yml | sed /^#/d", |
41 | 41 | "ensure-deps": "./scripts/ensure-dependencies.sh", |
42 | 42 | "get-next-version": "node scripts/get-next-version.js", |
43 | | - "postinstall": "patch-package && ./scripts/run-if-not-ci.sh yarn-deduplicate --strategy=highest && yarn clean && gulp postinstall && ./scripts/run-if-not-ci.sh yarn build", |
| 43 | + "postinstall": "node ./scripts/run-postInstall.js", |
44 | 44 | "jscodeshift": "jscodeshift -t ./node_modules/js-codemod/transforms/arrow-function-arguments.js", |
45 | 45 | "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .", |
46 | 46 | "lint-changed": "lint-changed", |
|
203 | 203 | "pretty-ms": "7.0.0", |
204 | 204 | "print-arch": "1.0.0", |
205 | 205 | "proxyquire": "2.1.3", |
| 206 | + "rimraf": "3.0.2", |
206 | 207 | "semantic-release": "17.2.3", |
207 | 208 | "semantic-release-monorepo": "7.0.3", |
208 | 209 | "semver": "7.3.2", |
|
0 commit comments