|
8 | 8 | ], |
9 | 9 | "scripts": { |
10 | 10 | "bootstrap": "lerna bootstrap --since", |
11 | | - "setup": "yarn refresh && yarn pre-commit", |
12 | | - "setup:ci": "yarn refresh:ci && yarn pre-commit", |
13 | | - "refresh": "yarn && yarn bootstrap", |
14 | | - "refresh:ci": "yarn --frozen-lockfile && yarn bootstrap", |
15 | | - "fresh": "yarn clean:dist && yarn clean:fresh", |
16 | | - "clean:fresh": "lerna clean -y && rm -rf node_modules", |
| 11 | + "refresh": "yarn cleanup && yarn setup", |
| 12 | + "setup": "yarn && yarn bootstrap", |
| 13 | + "setup:ci": "yarn --frozen-lockfile && yarn bootstrap", |
| 14 | + "cleanup": "yarn clean:dist && yarn clean:fresh", |
17 | 15 | "clean:dist": "rm -rf packages/*/dist @tunnckocore/*/dist", |
18 | | - "pre-commit": "yarn jest:all || (yarn resque && yarn jest:all)", |
| 16 | + "clean:fresh": "lerna clean -y && rm -rf node_modules", |
19 | 17 | "jest:all": "jest -c jest/full.js", |
20 | 18 | "lint": "jest -c jest/lint.js", |
21 | 19 | "test": "jest -c jest/test.js", |
22 | 20 | "build": "jest -c jest/build.js", |
23 | 21 | "bundle": "jest -c jest/bundle.js", |
24 | 22 | "release": "lerna version && lerna publish from-package", |
25 | 23 | "cr": "node create-package.js", |
26 | | - "fmt": "prettier '**/*' --write --check", |
27 | | - "resque": "lerna exec 'babel src -d dist/main --presets @tunnckocore --source-maps both' --stream --scope '@tunnckocore/*jest-runner*'" |
| 24 | + "fmt": "prettier '**/*' --write --check" |
28 | 25 | }, |
29 | 26 | "dependencies": { |
30 | 27 | "@babel/cli": "^7.6.0", |
|
33 | 30 | "@commitlint/config-conventional": "^8.2.0", |
34 | 31 | "@tunnckocore/babel-preset": "*", |
35 | 32 | "@tunnckocore/eslint-config": "*", |
36 | | - "@tunnckocore/jest-runner-babel": "*", |
37 | | - "@tunnckocore/jest-runner-eslint": "*", |
38 | 33 | "@tunnckocore/prettier-config": "*", |
39 | 34 | "@tunnckocore/typescript-config": "*", |
40 | 35 | "builtin-modules": "^3.1.0", |
|
0 commit comments