|
48 | 48 | "roll-new-release": "pnpm build && pnpm new-version && pnpm new-publish", |
49 | 49 | "build:dev": "pnpm -r --filter=vanilla-demo build:dev", |
50 | 50 | "serve:vite": "pnpm -r --filter=vanilla-demo dev", |
51 | | - "fallow": "fallow", |
52 | | - "fallow:dead-code": "fallow dead-code --production", |
53 | | - "fallow:dupes": "fallow dupes", |
54 | | - "fallow:health": "fallow health --coverage test/vitest-coverage", |
55 | | - "fallow:fix:preview": "fallow fix --dry-run --production", |
56 | | - "fallow:fix": "fallow fix --production", |
| 51 | + "fallow": "pnpx fallow", |
| 52 | + "fallow:dead-code": "pnpx fallow dead-code --production", |
| 53 | + "fallow:dupes": "pnpx fallow dupes", |
| 54 | + "fallow:health": "pnpx fallow health --coverage test/vitest-coverage", |
| 55 | + "fallow:fix:preview": "pnpx fallow fix --dry-run --production", |
| 56 | + "fallow:fix": "pnpx fallow fix --production", |
57 | 57 | "lint": "oxlint .", |
58 | 58 | "lint:fix": "oxlint . --fix", |
59 | 59 | "prettier:check": "prettier --check **/*.{html,js,ts,tsx,vue}", |
|
135 | 135 | "cypress-real-events": "catalog:", |
136 | 136 | "eslint-plugin-cypress": "^6.4.1", |
137 | 137 | "eslint-plugin-local-import-ext": "0.2.0", |
138 | | - "fallow": "^2.76.0", |
139 | 138 | "globals": "catalog:", |
140 | 139 | "jsdom": "catalog:", |
141 | 140 | "jsdom-global": "catalog:", |
|
0 commit comments