@reddoorla/maintenance 0.54.2 → 0.54.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddoorla/maintenance",
3
- "version": "0.54.2",
3
+ "version": "0.54.4",
4
4
  "description": "Canonical maintenance configs, audits, and recipes for the reddoor stack.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -102,6 +102,7 @@
102
102
  "scripts": {
103
103
  "build": "tsup",
104
104
  "dev": "tsup --watch",
105
+ "pretest": "pnpm run build",
105
106
  "test": "vitest run",
106
107
  "test:watch": "vitest",
107
108
  "test:coverage": "vitest run --coverage",