fix(cli): replace removed run-s in prepublishOnly

This commit is contained in:
2026-09-12 15:32:02 +02:00
parent 3f7bb6f32e
commit 98c56f6fb9
+1 -1
View File
@@ -21,7 +21,7 @@
"scripts": { "scripts": {
"build": "vp pack", "build": "vp pack",
"dev": "vp pack --watch", "dev": "vp pack --watch",
"prepublishOnly": "run-s build" "prepublishOnly": "pnpm run build"
}, },
"devDependencies": { "devDependencies": {
"@cryptgeon/shared": "workspace:*", "@cryptgeon/shared": "workspace:*",