Skip to content

Commit a3a36c7

Browse files
committed
1.8.1: Add report-driven check wrapper with live status, auto-fix and metrics summary
1 parent 29cde76 commit a3a36c7

2 files changed

Lines changed: 505 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lenne.tech/nuxt-extensions",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Reusable Nuxt 4 composables, components, and Better-Auth integration for lenne.tech projects",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,8 @@
5151
"prepare": "git config core.hooksPath .githooks",
5252
"prepack": "node scripts/sync-module-version.mjs && nuxt-module-build build",
5353
"c": "pnpm run check",
54-
"check": "pnpm audit && pnpm run format:check && pnpm run lint && pnpm run dev:prepare && pnpm test:types && pnpm test && pnpm run build",
54+
"check": "node scripts/check.mjs",
55+
"check:raw": "pnpm audit && pnpm run format:check && pnpm run lint && pnpm run dev:prepare && pnpm test:types && pnpm test && pnpm run build",
5556
"check:fix": "pnpm install && pnpm audit --fix && pnpm run format && pnpm run lint:fix && pnpm test:types && pnpm test && pnpm run build",
5657
"check:naf": "pnpm install && pnpm run format && pnpm run lint:fix && pnpm test:types && pnpm test && pnpm run build",
5758
"cf": "pnpm run check:fix",

0 commit comments

Comments
 (0)