chore: remove per-package scripts (test/prepublishOnly)

All dev commands handled by proman at root level.
workspace:* safety handled by proman release flow.

小橘 🍊
This commit is contained in:
2026-06-03 00:36:04 +00:00
parent 39e4e4faca
commit ff4c4f3eff
3 changed files with 0 additions and 14 deletions
-4
View File
@@ -5,10 +5,6 @@
"bin": {
"ocas": "src/index.ts"
},
"scripts": {
"test": "bun test",
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"@ocas/core": "workspace:*",
"@ocas/fs": "workspace:*"
-5
View File
@@ -14,11 +14,6 @@
"dist",
"src"
],
"scripts": {
"build": "tsc --build",
"test": "bun test",
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"ajv": "^8.20.0",
"cborg": "^4.2.3",
-5
View File
@@ -14,11 +14,6 @@
"dist",
"src"
],
"scripts": {
"build": "tsc --build",
"test": "bun test",
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"cborg": "^4.2.3",
"@ocas/core": "workspace:*"