|
11 | 11 | "docs:start": "cd website && yarn start", |
12 | 12 | "postinstall": "yarn monorepo:check", |
13 | 13 | "build": "yarn build:pkgs && yarn build:community", |
14 | | - "build:pkgs": "parcel build packages/*", |
15 | | - "build:pkgs:watch": "parcel watch packages/*", |
| 14 | + "build:pkgs": "yarn clean && tsc --build tsconfig.packages.json", |
| 15 | + "build:pkgs:watch": "tsc --build --watch tsconfig.packages.json", |
16 | 16 | "build:community": "parcel build community/*", |
17 | 17 | "build:community:watch": "parcel watch community/*", |
18 | | - "clean": "rm -rf node_modules/.cache && rimraf packages/**/{tsconfig.tsbuildinfo,lib,dist} community/**/{tsconfig.tsbuildinfo,lib,dist}", |
| 18 | + "clean": "rm -rf node_modules/.cache && rimraf packages/**/{tsconfig.tsbuildinfo,dist} community/**/{tsconfig.tsbuildinfo,dist}", |
19 | 19 | "test": "jest", |
20 | 20 | "test:watch": "jest --watch", |
21 | 21 | "test:coverage": "jest --coverage", |
22 | | - "validate": "yarn build && yarn lint && yarn monorepo:check && yarn community:validate", |
| 22 | + "validate": "yarn lint && yarn monorepo:check && yarn community:validate", |
23 | 23 | "lint": "eslint --config .eslintrc.js --ext tsx,ts ./packages/**/src ./community/**/src", |
24 | 24 | "lint:fix": "yarn lint -- --fix", |
25 | 25 | "types:check": "tsc --noEmit --skipLibCheck", |
|
45 | 45 | "@manypkg/cli": "^0.20.0", |
46 | 46 | "@parcel/packager-ts": "^2.8.3", |
47 | 47 | "@parcel/transformer-typescript-types": "^2.8.3", |
48 | | - "@putout/plugin-remove-unused-variables": "^5.1.0", |
49 | 48 | "@types/inquirer": "^8.2.1", |
50 | 49 | "@types/jest": "^29.0.0", |
51 | 50 | "@types/jscodeshift": "^0.11.6", |
|
65 | 64 | "junk": "^3.1.0", |
66 | 65 | "parcel": "^2.8.3", |
67 | 66 | "prettier": "^2.0.0", |
68 | | - "putout": "^29.5.1", |
69 | 67 | "rimraf": "^2.6.3", |
70 | 68 | "semver": "^7.3.5", |
71 | 69 | "tar": "^6.1.0", |
|
0 commit comments