chore: remove prepublishOnly guards (proman handles release)
CI / check (push) Successful in 2m26s

This commit is contained in:
2026-06-05 02:28:39 +00:00
parent 8c5e12c5c8
commit c892b9125b
10 changed files with 25 additions and 9 deletions
-1
View File
@@ -14,7 +14,6 @@
}
},
"scripts": {
"prepublishOnly": "echo 'Use pnpm run release from repo root' && exit 1",
"test": "vitest run __tests__/ src/__tests__/",
"test:ci": "vitest run __tests__/ src/__tests__/"
},