Skip to content

Commit 794931b

Browse files
committed
chore: run fallow with pnpx and remove from list of dev dependencies
1 parent 520f824 commit 794931b

2 files changed

Lines changed: 6 additions & 92 deletions

File tree

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"roll-new-release": "pnpm build && pnpm new-version && pnpm new-publish",
4949
"build:dev": "pnpm -r --filter=vanilla-demo build:dev",
5050
"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",
5757
"lint": "oxlint .",
5858
"lint:fix": "oxlint . --fix",
5959
"prettier:check": "prettier --check **/*.{html,js,ts,tsx,vue}",
@@ -135,7 +135,6 @@
135135
"cypress-real-events": "catalog:",
136136
"eslint-plugin-cypress": "^6.4.1",
137137
"eslint-plugin-local-import-ext": "0.2.0",
138-
"fallow": "^2.76.0",
139138
"globals": "catalog:",
140139
"jsdom": "catalog:",
141140
"jsdom-global": "catalog:",

pnpm-lock.yaml

Lines changed: 0 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)